waterloo-rocketry / cansw_processor_canards

Firmware for the 2024-2025 processor board project, performing state estimation and control for the canards system
GNU General Public License v3.0
1 stars 0 forks source link

timer device driver module #15

Open celery6 opened 1 month ago

celery6 commented 1 month ago

see #5

part of this task involves investigating whether this should even exist or not, so be ready for that possibility!

fairly simple module, though investigation could require some mild effort

Provide an interface for reading the hardware timer, which counts up from 0 to basically track system time . This was the millis_() thing last year.

Interface:

Components: none really, once the hardware timer is set up it runs on its own

Things to figure out: