Good afternoon, I am using an x86 board for my master's research project I will be executing this summer. I currently have it loaded with Linux Mint. I would simply like to toggle a GPIO output pin high and low from a python script, and I'd prefer the Curie GPIOs since they are 3.3v but the Braswell GPIOs would be fine after I make a level converter. Despite my research I can't seem to find an answer to this seemingly simple problem. Would someone please point me to the right place? This seems like too simple a question not to have been answered already. Thanks!
Curie=Arduino 101 Use the serial library to give commands from python to Arduino. The library is just an example. You can make it as complex as you like it. https://www.udoo.org/docs-x86/Serial_Libraries/index.html