Working button/LED

This commit is contained in:
deadprogram 2013-10-28 18:26:16 -07:00
parent 5da9ac3216
commit 1f48fd8534
1 changed files with 1 additions and 2 deletions

View File

@ -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()