4 times more sensors\!

This commit is contained in:
Michal Moskal
2017-10-24 19:58:52 +01:00
parent 60d5271de2
commit 005447ce44
8 changed files with 161 additions and 130 deletions

View File

@ -31,7 +31,7 @@ input.buttonUp.onEvent(ButtonEvent.Click, () => {
let num = 0
input.touchSensor.onEvent(ButtonEvent.Click, () => {
input.touchSensor1.onEvent(ButtonEvent.Click, () => {
screen.print("Click! " + num, 10, 60)
num++
})
@ -57,4 +57,4 @@ loops.forever(() => {
screen.print(10, 60, v + " ")
loops.pause(200)
})
*/
*/