Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yzernik/blink-arduino

Blink an LED repeatedly on Arduino using Clojure
https://github.com/yzernik/blink-arduino

Last synced: 9 days ago
JSON representation

Blink an LED repeatedly on Arduino using Clojure

Awesome Lists containing this project

README

        

# blink-arduino

Small Clojure program to blink an LED output on an Arduino using core.async.

## Usage

Load the standard Firmata firmware onto your Arduino.

Plug in Arduino to your computer with USB. Then

```
lein run
```

Attach an LED to pin 13 to watch it blink.

## License

Copyright © 2015 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.