Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By genesisfactor
#23383 First, i thank all involved for making this capability possible!

Second, i would like guidance/help in getting the ESP8266 to work with a LPD6803 light string. I believe that the FASTSPI library i used will not port arduino libraries that use hardware timers USCi and USI...so sad

BUT...

How would i go about making this into a library for the arduino IDE that will run on the ESP8266? I'm compleely assuming that htis will not work out of the box

https://github.com/popsodav/esp8266-lpd ... aster/user

please have patience, as i'm pretty new at this, but eager to learn!
Thanks in advance
User avatar
By genesisfactor
#23384 I guess a another question would be if using an SPI based library, would work just fine?

https://github.com/neophob/neophob_lpd6803spi

In this code, are there any gotchyas? The setCPUmax looks interesting, but for the most part, other than "TimerOne.h", i'm not seeing much to be worried about....