Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding additional GPIO for 40 pin RPi #6

Open
bpost11 opened this issue Jun 22, 2016 · 2 comments
Open

Adding additional GPIO for 40 pin RPi #6

bpost11 opened this issue Jun 22, 2016 · 2 comments
Labels

Comments

@bpost11
Copy link

bpost11 commented Jun 22, 2016

I wasn't sure how to directly ask the author a question so I just posted this here. Sorry in advance.

I assume this is able to run on the RPi3? And since there are 40 pins (24 IO) rather than the 26 pins (17 IO) this was written for; is it possible for me to easily add the additional gpio to the enumerations? I would like to use all 24 IO but you currently only have 17. Is there any reason why I shouldn't or couldn't use them? Thanks.

@AlexSartori
Copy link
Owner

No problem to ask here. Yes you can just add them to the enumerations, then you can create create a pull request or send me the code if you wish to share your code with the community :)

@arqtiq
Copy link

arqtiq commented Aug 2, 2016

Hello,

it would be nice to be able to handle both configurations from the code :)
A manager init or conditional build ?

// define 17 IOs enums
#if RPI3
// define 7 remaining IOs enums
#endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants