Fixed some grammar on docs
This commit is contained in:
parent
ca104a96ce
commit
ecd79d7914
|
@ -40,7 +40,7 @@ package.loaded["ds3231"]=nil
|
||||||
## setTime()
|
## setTime()
|
||||||
####Description
|
####Description
|
||||||
Sets the current date and time.
|
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
|
####Syntax
|
||||||
setTime(second, minute, hour, day, date, month, year, disableOscillator)
|
setTime(second, minute, hour, day, date, month, year, disableOscillator)
|
||||||
|
@ -174,7 +174,7 @@ package.loaded["ds3231"]=nil
|
||||||
## reloadAlarms()
|
## reloadAlarms()
|
||||||
####Description
|
####Description
|
||||||
Reload an already triggered alarm. Otherwise it will never be triggered again.
|
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
|
####Syntax
|
||||||
reloadAlarms()
|
reloadAlarms()
|
||||||
|
@ -211,7 +211,7 @@ package.loaded["ds3231"]=nil
|
||||||
<a id="ds3231_enableAlarm"></a>
|
<a id="ds3231_enableAlarm"></a>
|
||||||
## enableAlarm()
|
## enableAlarm()
|
||||||
####Description
|
####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
|
####Syntax
|
||||||
enableAlarm(alarmId)
|
enableAlarm(alarmId)
|
||||||
|
|
Loading…
Reference in New Issue