Hi, I have a Thing Plus C on which this works to disable power to the Qwiic bus, which I do just before I put the board to sleep.
digitalWrite(0, LOW);
Does the non “C” Thing Plus have this capability? The same code does not work on it so either it doesn’t have that ability or its qwiic bus is connected to some other pin. Anyone know which it is?
Thanks.