Pinoccio / library-pinoccio

Arduino library for Pinoccio
Other
28 stars 24 forks source link

`startup` function won't run if `startup.foo` exists #190

Closed jingman closed 10 years ago

jingman commented 10 years ago
>ls
startup.d2 { pin.setmode("d2", output); }
startup {led.cyan}
>scout.boot

LED stays off.

>rm startup.d2
>scout.boot

LED turns cyan.