Hi
In my project, I would like to use pins GPIO4 and GPIO3 (on the wolfson card) to attach and control 2 leds. I would like to use these to give some feedback to the user about my program while no screen is attached.
Is this possible? If so, how to swtich on/off these pins? Can I use the stock RPI.GPIO python module using the following code:
GPIO.output(15, True) #for gpio3
GPIO.output(16, True) #for gpio4
Best
Dieter