mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
Documented max timer interval value.
This commit is contained in:
parent
befff81868
commit
8d38cef044
@ -22,7 +22,7 @@ To free up the resources with this timer when done using it, call `tmr.unregiste
|
|||||||
|
|
||||||
####Parameters
|
####Parameters
|
||||||
- `id`: The timer id (0-6).
|
- `id`: The timer id (0-6).
|
||||||
- `interval_ms`: timer interval in milliseconds.
|
- `interval_ms`: timer interval in milliseconds. Maximum value is 12884901. In SDKs <= 1.5.0 values >6871948 result in incorrect behaviour.
|
||||||
- `mode`: timer mode:
|
- `mode`: timer mode:
|
||||||
- `tmr.ALARM_SINGLE`: a one-shot alarm (and no need to call `tmr.unregister()`)
|
- `tmr.ALARM_SINGLE`: a one-shot alarm (and no need to call `tmr.unregister()`)
|
||||||
- `tmr.ALARM_SEMI`: manually repeating alarm (call `tmr.start()` to restart)
|
- `tmr.ALARM_SEMI`: manually repeating alarm (call `tmr.start()` to restart)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user