jperkin / node-rpio

Raspberry Pi GPIO library for node.js
858 stars 124 forks source link

Added support for Compute Module 3 #49

Closed felixgalindo closed 5 years ago

felixgalindo commented 7 years ago

Added revision number for CM3

jperkin commented 6 years ago

Please see the comment in #48, I don't think this is going to work as-is due to the different pinout (though I do not have any compute module hardware to verify with). Thanks.

macbutch commented 6 years ago

H @jperkin, if it helps I can confirm that this change does work with the Compute Module 3 Lite. I've tested with the Resin Fin using CM3 Lite and was going to submit exactly the same change (until I noticed that this already exists).

Edit: see https://resin.io/blog/introducing-project-fin-a-board-for-fleet-owners/ and https://store.resin.io/collections/frontpage/products/fin-8gb for the Resin Balena Fin I'm using. Let me know if there is additional testing I can do to help get this one merged.

jperkin commented 5 years ago

Added, thanks!