diff options
| author | Florian <fgrauper@gmail.com> | 2021-05-20 18:43:54 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-20 18:43:54 (GMT) |
| commit | 13e3463276114dff838fc8fe281754eecfbe9538 (patch) | |
| tree | 55ded8860f26ff7f5f1ffb585d35a252f36f9148 /src/components/motor/MotorController.cpp | |
| parent | 8c3b250dbfe17be61462adc8f84760ce9a648e55 (diff) | |
Timer App (#355)
* built timer app
* Style improvements
* making sure buttons stay hidden when the app is reopened and reappear after the timer runs out
* more sensible calculations of time deltas. eliminated that mysterious scaling factor
* changing the timer icon
Diffstat (limited to 'src/components/motor/MotorController.cpp')
| -rw-r--r-- | src/components/motor/MotorController.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/motor/MotorController.cpp b/src/components/motor/MotorController.cpp index a834ab6..3afa0ce 100644 --- a/src/components/motor/MotorController.cpp +++ b/src/components/motor/MotorController.cpp @@ -13,7 +13,6 @@ MotorController::MotorController(Controllers::Settings& settingsController) : se void MotorController::Init() { nrf_gpio_cfg_output(pinMotor); nrf_gpio_pin_set(pinMotor); - app_timer_init(); app_timer_create(&vibTimer, APP_TIMER_MODE_SINGLE_SHOT, vibrate); } |
