mrmorphic / hwio

Go library for hardware I/O control, in the programming style of Arduino
BSD 3-Clause "New" or "Revised" License
328 stars 40 forks source link

add support for ODroid-C1 #39

Closed mrmorphic closed 9 years ago

mrmorphic commented 9 years ago

ODroid-C1 is a very competitively priced single board computer, and very powerful for it's price. I'd like to support this board as well, so it needs a new driver. I've ordered one with stock Ubuntu 14.04, and create a driver and see how it performs.

mrmorphic commented 9 years ago

Initial implementation pushed to odroid-dev branch

mrmorphic commented 9 years ago

Initial support for this board has been added. It is known to self-identify, and analog inputs are known to work. Further testing required,