google/periph

gpio: refactor PWM to be context based

maruel opened this issue · 2 comments

Users forget to stop the PWM at the end of the program, causing user reports like #286 and #363.

We must design an API that makes it clear that the PWM blocking operation must be canceled before the termination of the program.

Moved to periph/conn#3.