Main Menu

Timer1 use?

Started by dwenrhod, April 09, 2015, 04:47:03 PM

dwenrhod


Regarding RFM69HW Timer1 use and moving its use to Timer2.

Where would I see the Timer1 use in the RFM69HW Moteino? Actually, since I don't know this topic is there a simple way to move the RFM69HW Timer use to Timer2? I'm trying to read data from sensors which use I2C and Timer1. The sensors work without the Radio code. As soon as I add in the radio example code from the Node example, which works with the Joystick Servo setups,  I see no sensor data.

I can easily load Felix's example code and the radios transmit and receive.
Today is made for you

Felix

I'm not sure what you mean. There are 3 timers on the atmega328, timer0 is used by the millis() function. There are no other timers used by my libs.