I have run out of pins, and want to use pins 23 and 24. I read in one of the forum entries that code like
void setup(){
SerialUSB.end();
usbPowerOff();
}
will allow the pins to be made available with pinMode ...
does this make it so once the sketch is uploaded then no other programs can be uploaded because this is the running program? Or does this still allow the bootloader to operate?