Hi all, i'd like to set the period of a timer<TMilli> to a floating value like 5.5 ms. Is possible to do that? the command startPeriodic(dt) takes as argument an uint32_t and so it cuts off the value to 5. Is there a way to store a floating value in a uint32? Or use a timer with Microsec. resolution? I havent't found an implementation for the interface Timer<TMicro>. I'd like to use it with an atm128 microcontroller with tinyos 2. Thanks to all.
Rgds
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
