kuckucksmuehle:events:logo_up_and_down

Action disabled: register

Calliope coding logo up and down

input.onGesture(Gesture.LogoUp, () ⇒ {

  basic.showLeds(`
      # # # # #
      # # # # #
      # # # # #
      # # # # #
      # # # # #
      `)

}) input.onGesture(Gesture.LogoDown, () ⇒ {

  basic.showLeds(`
      . . . . #
      . . . # .
      . . # . .
      . # . . .
      # . . . .
      `)

}) input.onGesture(Gesture.ThreeG, () ⇒ {

})

  • kuckucksmuehle/events/logo_up_and_down.txt
  • Last modified: 2018/07/23 14:29
  • by julius_kingsman