This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//MODIFIED to drive 5050 RGB strip via PWM on GPIO 12(R),13(G),14(B), UNTESTED | |
//this code is a modified version of https://github.com/Makuna/NeoPixelBus/issues/103 | |
#ifndef NpbWrapper_h | |
#define NpbWrapper_h | |
//#define WORKAROUND_ESP32_BITBANG | |
//see https://github.com/Aircoookie/WLED/issues/2 for flicker free ESP32 support | |
//PIN CONFIGURATION |