Hello,
 
I am using IRIS mote and I have a main program where I call a TimerMilliC. This 
timer is fired every 10 seconds. Then I would like to use the OC1A using a 
MDA100 sensor board.
If I undestood well this pin is available. Then, I configure this OC1A in CTC 
mode using 
TCCR1A=0x40; TCCR1B=0X09; OCR1A=0x5B; CLR_BIT(TIMSK1,OCIE1A);
I can see the signal working perfectly but the timer TimerMilliC is not fired 
anymore. Do you why is this?
 
Thank you very much.
 
Sofia                                     
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to