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

Update Raspberry Pi Hardware detection #53

Open mrmorphic opened 7 years ago

mrmorphic commented 7 years ago

https://elinux.org/RPi_HardwareHistory documents the current board revisions for various Raspberry Pi models. Notably this has been updated since hwio Raspberry Pi driver was last updated. Update the library to handle all variations, and issue an "unsupported" message if not supported. This may require test boards for those not already tested, or volunteers to test with their boards.

These boards specifically need to be included: model 3, zero.

marian-craciunescu commented 6 years ago

If you need any help with these I can test on both this models.I will try to do some tests now.

MichaelS11 commented 6 years ago

Add PI 3 Model B & B+

https://github.com/mrmorphic/hwio/pull/56

MichaelS11 commented 6 years ago

Switched to periph.io instead.