aboutsummaryrefslogtreecommitdiff
path: root/src/timer.h
AgeCommit message (Collapse)Author
2023-07-02Add sound supportJuan J. Martinez
2023-06-17Use volatileJuan J. Martinez
The parameter is used on the interrupt.
2023-06-15Implement a countdown clock in the timerJuan J. Martinez
Updated the HUD to show the time.
2023-06-06Add timer waitJuan J. Martinez
2023-06-01Add timer to count ticksJuan J. Martinez