Posts: 12
Threads: 2
Joined: Oct 2021
Reputation:
1
Can the GPIO configuration manager set pins to be inputs and activate outputs based on the inputs?
Also, when selecting pin #…is that GPIO # or the header pin number? I assume the GPIO # as the selection only goes to 27.
Thanks!
Posts: 1,869
Threads: 43
Joined: Mar 2020
Reputation:
85
I seem to remember there was a graphic showing the pin allocation somewhere in the moOde UI a couple of years ago when I was setting up my GPIO. I can't find it now though, has it been removed or is my memory at fault?
----------------
Robert
Posts: 13,400
Threads: 304
Joined: Mar 2018
Reputation:
543
lol, no faults detected. It was removed as part of refactoring all the configs. The thinking was that anyone doing a DIY that involves GPIO will already have become familiar with 40-pin header and the GPIO pin assignments.
I suppose I could improve the help and maybe add the image back in. I'll add to the TODO list.
Posts: 12
Threads: 2
Joined: Oct 2021
Reputation:
1
03-22-2023, 06:10 PM
(This post was last modified: 03-22-2023, 06:24 PM by dubulup.)
Much appreciated, I downloaded the latest revision and saw the help screen.
Am I understanding this correctly, that they are only available as inputs through the Moode Handler?
I assume I could, turn off the handler and embed a script that configures some pins as outputs...true statement?
I’m currently programming an AVR chip for the functions I’m interested in…however, consolidating is a driver for me to learn a new approach.