Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yzernik/blink-arduino
- Owner: yzernik
- License: epl-1.0
- Created: 2015-05-15T03:16:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T04:25:03.000Z (over 9 years ago)
- Last Synced: 2024-11-15T09:51:05.819Z (2 months ago)
- Language: Clojure
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.