I am working with a uArm Swift Pro. I work with an LED and got it working with the Accessory Port. I use pin D30 and ground. I use set_digital_output() for this.
Now I want to use this port for something else and tried to get the LED work in der 30P Base Extension. I just need a GND and a pin to switch between 0 and 1, so there is voltage for the LED. Unluckily I am not able to switch a pin value in the back with set_digital_output(). What am I doing wrong? Or is it not possible to switch a pin value in the 30P Base Extension?