b-parasite-esp32/code/b-parasite/config
rbaron fb07a1244c PWM start/stop in RTC callback.
I initially tried calling prst_pwm_init() in main(), and just using start/stop in
the callback, but that led to a weird behavior in the PWM output. It was set to
high after the end of the callback.

Callnig uninit/re-calling init() inside the RTC callback fixed, but more investigation
is required.
2021-03-14 15:03:33 +01:00
..
prst_config.h PWM start/stop in RTC callback. 2021-03-14 15:03:33 +01:00
sdk_config.h Hard coded PWM with 500kHz frequency works 2021-03-14 14:30:32 +01:00