rusefi/firmware/controllers/system/timer
Matthew Kennedy 95a7a9a8e1 Strongly typed action constructor (#1087)
* strong typing

* maybe we needed that one
2020-01-07 18:10:31 -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 Strongly typed action constructor (#1087) 2020-01-07 18:10:31 -05:00
pwm_generator_logic.h The Big Refactoring of 2019: folder structure #723 2019-12-04 01:15:52 -05:00
readme.md
scheduler.h Strongly typed action constructor (#1087) 2020-01-07 18:10:31 -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.