Add 'timer' api docs (#339)

This commit is contained in:
Galen Nickel
2018-02-22 14:56:15 -08:00
committed by Peli de Halleux
parent d778232155
commit 6524b0a841
9 changed files with 190 additions and 8 deletions

View File

@ -111,3 +111,9 @@
* [pause for light](/reference/sensors/color-sensor/pause-for-light)
* [color](/reference/sensors/color-sensor/color)
* [light](/reference/sensors/color-sensor/ambient-light)
* [Control](/reference/control)
* [Timer](/reference/control/timer)
* [seconds](/reference/control/timer/seconds)
* [millis](/reference/control/timer/millis)
* [reset](/reference/control/timer/reset)
* [pause until](/reference/control/timer/pause-until)