Replies: 3 comments 2 replies
|
Given the method that S90rgpio_pins.sh uses to find the first number to use for the relays and digital inputs when installing the links and creating conf files, it shouldn't be too difficult to check what platform is being used, and adjust the starting number accordingly. |
0 replies
|
I seem to remember that gaps in the digital input or relay numbering caused issues somewhere. (Moved from another discussion which is now closed |
0 replies
|
Hi, If the numbering can be assigned based on platform, does that mean it may be possible for a rPI to have relay 1 as generator start/stop? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Given the various platforms (rPI, Ekrano, Cerbo) that has from 0 up to 4 DI and 0 or 2 Relays, we need to discuss if we always want to have no discontinuity with the numbering or the I/Os.
We need to decide what is better:
1/ RemoteGPIO will always start with the same numbering regardless of host platform.
Simple this is working like this today.
2/ Depending of the host platform, the RemoteGPIO will start numbering such a way that there will be no gaps.
It will require some more work...
What do you think?
All reactions