Fixed some grammar on docs
This commit is contained in:
parent
ca104a96ce
commit
ecd79d7914
|
@ -40,7 +40,7 @@ package.loaded["ds3231"]=nil
|
|||
## setTime()
|
||||
####Description
|
||||
Sets the current date and time.
|
||||
if _disableOscillator_ is set to 1 the oscillator will **stops** on battery.
|
||||
if _disableOscillator_ is set to 1 the oscillator will **stop** on battery.
|
||||
|
||||
####Syntax
|
||||
setTime(second, minute, hour, day, date, month, year, disableOscillator)
|
||||
|
@ -174,7 +174,7 @@ package.loaded["ds3231"]=nil
|
|||
## reloadAlarms()
|
||||
####Description
|
||||
Reload an already triggered alarm. Otherwise it will never be triggered again.
|
||||
Alarms have to be reloaded both to let them triggers.
|
||||
There are two different alarms and they have to be reloaded both to let, even only one, to be triggered again. So there isn't a param to select which alarm to reload.
|
||||
|
||||
####Syntax
|
||||
reloadAlarms()
|
||||
|
@ -211,7 +211,7 @@ package.loaded["ds3231"]=nil
|
|||
<a id="ds3231_enableAlarm"></a>
|
||||
## enableAlarm()
|
||||
####Description
|
||||
Enable an already setted alarm with the previous matching conditions. It reload alarms internally.
|
||||
Enable an already setted alarm with the previous matching conditions. It reloads alarms internally.
|
||||
|
||||
####Syntax
|
||||
enableAlarm(alarmId)
|
||||
|
|
Loading…
Reference in New Issue