Hi,
I'm designing a basic board based on the Arduino Micro.
On the micro, ports PB0 & PD5 are connected to an LED each, and are labelled RXLED & TXLED. These LEDs flash during RX or TX activity. I don't really care about showing TX & RX activity on LEDs - I would rather have a couple more GPIO ports.
I was wondering how I would go about disabling this current behaviour. Once the port is not toggled by serial activity, I'm guessing I can access the port using 'direct port manipulation'
How deep do I have to go to modify this?!
Cheers
Chendy