moving into separate project

This commit is contained in:
Peli de Halleux
2017-11-30 09:38:04 -08:00
parent e365e3d1be
commit 3d8c697586
19 changed files with 79 additions and 57 deletions

View File

@ -0,0 +1,6 @@
{
"sensors.UltraSonicSensor.distance": "Gets the distance from the sonar in millimeters",
"sensors.UltraSonicSensor.onEvent": "Registers code to run when the given color is close",
"sensors.UltraSonicSensor.onEvent|param|handler": "the code to run when detected",
"sensors.UltraSonicSensor.waitUntil": "Waits for the event to occur"
}