light the way activities

This commit is contained in:
Peli de Halleux
2018-01-05 19:14:55 -08:00
parent 94c4e508fe
commit 931987468a
9 changed files with 78 additions and 19 deletions

View File

@ -3,5 +3,5 @@ tests.test("Touch sensor pressed", function () {
brick.print("and click enter", 0, 60)
brick.buttonEnter.pauseUntil(ButtonEvent.Click)
brick.clearScreen()
tests.assert("Pressed", sensors.touchSensor1.isPressed())
tests.assert("Pressed", sensors.touch1.isPressed())
})