umts / embedded-departure-board

A Zephyr based departure board that frequently GETs & displays bus stop departure times over LTE-M
Apache License 2.0
2 stars 0 forks source link

Stop update timer #23

Closed bandogora closed 9 months ago

bandogora commented 9 months ago

Uses kernel timer and k_cpu_idle instead of just putting main to sleep. This is prep for having other tasks, i.e. wdt & sensor reading.