Skip to content

Commit

Permalink
examples/handover: put slack after reset. Closes #520
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jul 20, 2016
1 parent a7be325 commit 2099344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@ def build(self):

@kernel
def blink_once(self):
self.led.pulse(250*ms)
delay(250*ms)
self.led.pulse(250*ms)

def run(self):
self.core.reset()

0 comments on commit 2099344

Please sign in to comment.