Fattoresaimon / ArduinoDuPPaLib

Libraries for DuPPa products on the Arduino IDE
GNU General Public License v3.0
41 stars 24 forks source link

Does the library support ESP8266? #7

Open LRagji opened 5 years ago

LRagji commented 5 years ago

I see Arduino Support what about ESP8266 is that supported?

Fattoresaimon commented 5 years ago

Yes, i have tested with the WEMOS board. There are also a couple of examples.

hopo28 commented 3 years ago

Just had an issue with the Wemos D1 Mini, needed to change LEDRing.cpp:96 from PWM_MODE(); to LEDRing_PWM_MODE(); to make it work.

Fattoresaimon commented 3 years ago

Hello, I already did, please update the library and let me know!