light the way activities
This commit is contained in:
@ -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())
|
||||
})
|
Reference in New Issue
Block a user