b-parasite-esp32/code/playground/nrf_sdk/simple-timer
rbaron 9d352b2181 simple_timer nrf_sdk playground example.
This uses the app_simple_timer library, which uses the high frequency clock
for keeping track of time.
In reality, we want to use the low frequency clock with RTC, since it's much
more power efficient and we don't need high precision.
2021-02-20 10:17:10 +01:00
..
config simple_timer nrf_sdk playground example. 2021-02-20 10:17:10 +01:00
src simple_timer nrf_sdk playground example. 2021-02-20 10:17:10 +01:00
.gitignore simple_timer nrf_sdk playground example. 2021-02-20 10:17:10 +01:00
Makefile simple_timer nrf_sdk playground example. 2021-02-20 10:17:10 +01:00
simple_timer_gcc_nrf52.ld simple_timer nrf_sdk playground example. 2021-02-20 10:17:10 +01:00