brian-armstrong / gpio

Go library to do GPIO on systems with /sys/class/gpio (sysfs)
BSD 3-Clause "New" or "Revised" License
139 stars 50 forks source link

Other sysfs peripherals #5

Closed andreacioni closed 6 years ago

andreacioni commented 6 years ago

Hi Brian Thanks for your work! I appreciate very much this project. I'm preparing to test your library on Beaglebone Black and UDOO. Hope this help 😊

Just a question, did you plan to add also some other peripherals (PWM for example)? I can try to do that, but I'm not sure you want such things in your project (name of your repo is gpio). Let me know

Cheers, Andrea Cioni

brian-armstrong commented 6 years ago

I don't necessarily have plans to add that, but I think it makes sense to put in this project. Anything that's in the domain of gpio-type things and uses sysfs seems like a good addition

Thanks Brian