ea956f1a73
* renaming up/down/click to released/pressed/bump * missing images * fixing signature issue * updated strings * white lego logo
7 lines
271 B
TypeScript
7 lines
271 B
TypeScript
tests.test("Touch sensor pressed", function () {
|
|
brick.print("Press touch sensor", 0, 50)
|
|
brick.print("and click enter", 0, 60)
|
|
brick.buttonEnter.pauseUntil(ButtonEvent.Bumped)
|
|
brick.clearScreen()
|
|
tests.assert("Pressed", sensors.touch1.isPressed())
|
|
}) |