Dear All,
I have a major problem with Alarm32khzC component with provides on
intelmote2 the Alarm<T32khz,uint32_t> interface. I cannot get it to work. It
seems that it works as if it was using behind the sceen a TMilli rather then
T32khz. For instance:
//..... Application file (with wiring) :
components new Alarm32khzC() as Alarm;
App.Alarm -> Alarm;
//..... App component file :
// [...]
uses interface Alarm<T32khz,uint32_t> as Alarm;
// [...]
call Alarm.start(1000);
// [...]
async event void Alarm.fired(){
call Leds.led0Toggle();
call Leds.led1Toggle();
call Leds.led2Toggle();
}
Any help appreciated.
Best regards
Roman
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help