Skip to content

Instantly share code, notes, and snippets.

View rking's full-sized avatar

☈king rking

View GitHub Profile
@amiel
amiel / README.md
Last active December 15, 2015 13:08

with_status

Use with_status to run commands and have your arduino let you know when they are done.

with_status starts by turning the LED off before running your command. Once your command completes, it will turn the LED on. Green if the command succeeded, and red if it failed.

I use this with long running commands (such as deploying to heroku), so I can start working on something else without forgetting about my process.