Controlling pin 46 on GPIO Header using Omega Onion 2 Pro
-
Hello,
I am trying to write a python script that can turn on an LED using pin 46 on the GPIO header.
I am trying the following without success.
gpio46 = onionGpio.OnionGpio(46)
gpio46.setOutputDirection(0)
gpio46.setValue(1)Thank you!
-
@Antony I think you answered your own question with the follow up related to gpiomux.