hi,

i'm wondering what's the proper way in tinyos when timing is needed
within a driver.

my concrete problem is a driver for a lcd / everytime a command or data is sent
to the lcd-chip, i need to wait for some time. therefor, i want to use
a timer in singleshot-mode.

i can't use the TimerMilli - interface directly i guess because this
functionality is reserved for the
application itself. i think it would be possible to instantiate a
timer TMilli in the application
and wire it down to the lcd-driver, but then the driver wouldn be
application-independent.

hw-timer2 of the mcu is available as far as i have seen - but what interface
should i use for it?

regards,
harald glanzer
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to