Add in 'console' doc stuff (#342)

* Add 'playSound' api docs

* Add in 'console' doc stuff

* Add 'send to screen' in summary\
This commit is contained in:
Galen Nickel
2018-02-23 14:13:08 -08:00
committed by Peli de Halleux
parent 60ec3f1c99
commit 8ee63df325
6 changed files with 56 additions and 2 deletions

View File

@ -129,3 +129,7 @@
* [millis](/reference/control/timer/millis)
* [reset](/reference/control/timer/reset)
* [pause until](/reference/control/timer/pause-until)
* [Console](/reference/console)
* [log](/reference/console/log)
* [log value](/reference/console/log-value)
* [send to screen](/reference/console/send-to-screen)