User Portlet User Portlet

Discussions
I have a Raspberry Zero. GPIO works ok with Python. I am trying to do a simple LED on/off with Wolfram/Mathematica, but so far it is not working. I tried: In[n]= DeviceWrite["GPIO", 11 -> 1] to turn on a LED connected to pin 11, but...