custom-board-bundle-sample-.../firmware/controllers/system/timer
Matthew Kennedy 5c85d53e16 Pass action_s instead of callback/param (#1084)
* change action

* consumers

* fix test

* didn't mean to add those

* simplify

* fix simulator

* fix sim for real

* oy

* maybe this time the simulator will actually be fixed, for real

* don't rely on undefined behavior
2020-01-07 00:41:18 -05:00
..
event_queue.cpp Pass action_s instead of callback/param (#1084) 2020-01-07 00:41:18 -05:00
event_queue.h Pass action_s instead of callback/param (#1084) 2020-01-07 00:41:18 -05:00
pwm_generator_logic.cpp Pass action_s instead of callback/param (#1084) 2020-01-07 00:41:18 -05:00
pwm_generator_logic.h The Big Refactoring of 2019: folder structure #723 2019-12-04 01:15:52 -05:00
readme.md The Big Refactoring of 2019: folder structure #723 2019-12-04 00:35:05 -05:00
scheduler.h Pass action_s instead of callback/param (#1084) 2020-01-07 00:41:18 -05:00
signal_executor_sleep.cpp Pass action_s instead of callback/param (#1084) 2020-01-07 00:41:18 -05:00
signal_executor_sleep.h Pass action_s instead of callback/param (#1084) 2020-01-07 00:41:18 -05:00
single_timer_executor.cpp Pass action_s instead of callback/param (#1084) 2020-01-07 00:41:18 -05:00
single_timer_executor.h Pass action_s instead of callback/param (#1084) 2020-01-07 00:41:18 -05:00

readme.md

In this folder we have files related to hubrid hardware/software timer, including PWM generation.