Hey Simon, On 02/16/2016 06:25 PM, Simon Brummer wrote: > I'd prefer > the usage of a timer implementation.
Probably the way to go would be to diectly use an unused periph timer. xtimer is just a layer on top of periph/timer. On most boards it just uses the first periph timer. The init function of periph/timer (declared in drivers/include/periph/timer.h) allows setting of timer resolutions higher than 1us, and it is closer to the hardware. Kaspar _______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
