**Background**
I'm trying to get rosserial working to communicate with a Colorduino. The colorduino has an ATmega 328 chip and the driver for it uses timer2 to refresh the matrix at 80hz.
**Problem**
Enabling the overflow interrupt on timer2 using: `TIMSK2 |= ((1<
↧