erropix / ESP32_AnalogWrite

Provides an analogWrite polyfill for ESP32 using the LEDC functions
MIT License
159 stars 36 forks source link

analogWrite don't work in case of use of core0 and multitasking #8

Closed OmarAlkassab closed 4 years ago

OmarAlkassab commented 4 years ago

the esp can't execute the code when I use the analogWrite function, it always sends NULL characters like in the snapshot. 2019-10-14 11_06_15-main cpp - work (Workspace) - Visual Studio Code

OmarAlkassab commented 4 years ago

This problem is caused when I use the TX pin with analogWrite function (Sorry it is my mistake).