Working button/LED
This commit is contained in:
parent
5da9ac3216
commit
1f48fd8534
|
@ -12,7 +12,6 @@ Cylon.robot
|
|||
]
|
||||
|
||||
work: (my) ->
|
||||
my.button.on 'push', -> Logger.info 'wow' #my.led.toggle()
|
||||
every 1.second(), -> my.led.toggle()
|
||||
my.button.on 'push', -> my.led.toggle()
|
||||
|
||||
.start()
|
||||
|
|
Loading…
Reference in New Issue