Update wled06_usermod.ino

Corrected pin numbering
This commit is contained in:
srg74 2019-12-31 17:52:59 -05:00 committed by GitHub
parent 51fb981d24
commit 1c6b1c530f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#include <U8x8lib.h> // from https://github.com/olikraus/u8g2/
//The SCL and SDA pins are defined here.
//Lolin32 boards use SCL=4 SDA=5
//Lolin32 boards use SCL=5 SDA=4
#define U8X8_PIN_SCL 5
#define U8X8_PIN_SDA 4