kuckucksmuehle:events:logo_up_and_down

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


kuckucksmuehle:events:logo_up_and_down [2018/07/23 14:29] (current) – created julius_kingsman
Line 1: Line 1:
 +====== 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