arduino-esp32/cores
mmone dd639c4a02 Fix wrong range of duty cycle (#1353)
The esp-idf expects duty values for the the sigma delta modulator in the range of -128 to 127
The arduino framework is supposed to use the range 0-255 thus the offset caclulation was wrong.
2018-05-14 13:18:03 +02:00
..
esp32 Fix wrong range of duty cycle (#1353) 2018-05-14 13:18:03 +02:00