erropix / ESP32_AnalogWrite

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

FADE EXAMPLE issue #14

Closed JimDrewGH closed 8 months ago

JimDrewGH commented 2 years ago

Your fade example on the main page is defining "step", but the variable being used is called 'brightStep'. The example in the "examples' folder is correct - but if someone just does a simple cut-n-paste of the code as shown on the main page it will not compile.

erropix commented 8 months ago

Fixed