DuinoTune
DuinoTune copied to clipboard
Possible to change output pin?
Hi, is it possible to change the output pin on the Leonardo? (Atmega32U4)
I assume it's stuck to pin 3 for some special interrupt-related reason but is there any other pin on the chip that can be used if the library was modified somehow? I ask because unfortunately pins 2 and 3 are also SDA and SCL on the Atmega32U4, and I need to use the I2C line for an I2C LCD. Is there just no way to do both on that chip?