googlecreativelab / coder

A simple way to make web stuff on Raspberry Pi
http://goo.gl/coder
Apache License 2.0
2.42k stars 276 forks source link

Ledborg? #66

Closed ghost closed 10 years ago

ghost commented 10 years ago

Is there a easy way to controle the leds of my ledborg with Coder? I think you can use node but I'm have no experience with node and I can't find any api for node that works with Ledborg.

jmstriegel commented 10 years ago

Can you control it via GPIO? If so, it should be easy to write a little library to talk to it. Here's a coder project that lets you toggle a single LED: http://googlecreativelab.github.io/coder-projects/projects/blinky_lights/