Commit graph

4 commits

Author SHA1 Message Date
jeltz 545e31c6f9
Change the run_timers execution frequency
We now use the GCD of all the async timers.
2021-01-18 03:47:58 +01:00
jeltz 55498b4999
Move avr.h functions to avr.c
To avoid multiple definitions of the ISR.
2020-12-30 02:13:39 +01:00
jeltz 4827bdd9fe
WIP: Add a TIMER1 configuration routine in avr.h
The function hasn't been tested on real hardware.
2020-12-30 01:33:48 +01:00
jeltz 9b44a7a7ab
Create run_timers function for async calls 2020-12-25 15:36:05 +01:00