gesture updates

This commit is contained in:
Matthias L. Jugel
2016-10-18 16:40:53 +02:00
parent f10ac93268
commit e7e2ff7752
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
basic.showString("RGB LED")
basic.showString("RGB")
basic.setLedColor(Colors.Blue)
basic.pause(500)
basic.setLedColor(Colors.Red)
@ -8,7 +8,7 @@ basic.pause(500)
basic.setLedColor(Colors.Violet)
basic.pause(500)
basic.setLedColor(0);
basic.showString("Gestures")
basic.showString("Gesten")
input.onGesture(Gesture.Shake, () => {
basic.showString("S")
})