Commit graph

11 commits

Author SHA1 Message Date
Hasenradball
e2dd44b657
Update esp8266.c
- use `` IRAM_ATTR` to prevent comiler Warning.
- add `__attribute__((unused))` to prevent comoiler warning
2021-07-19 22:27:35 +02:00
Marcel Licence
b38c066484 Fix possible rounding issue when using ESP8266 @ 160MHz 2021-07-10 23:21:02 +02:00
Lucian Copeland
cd0b2217b2 Change ESP32 espShow to use RMT peripheral 2020-10-30 16:52:07 -04:00
VanKurt
6dacab95ce
Fixing compiler warning 'variable 'pinMask' set but not used [-Wunused-but-set-variable]' 2020-03-03 15:38:31 +01:00
Marc MERLIN
8efb431652 Added ESP32 support.
Modified library so that it refuses to build on an unknown architecture
instead of building and then doing nothing.

Added ESP32 support, which might not be optimal, but seems to work for
me.
2017-01-29 04:08:02 -08:00
Phillip Burgess
8852374738 Initial RGBW support 2015-08-10 20:43:48 -07:00
Phillip Burgess
2dfa0acc86 ESP8266 header fix 2015-07-27 11:43:29 -07:00
Phillip Burgess
ecc4a5ac0a Revert prior end condition code, my bad. 2015-06-28 17:55:12 -07:00
Phillip Burgess
bdee34ebbb Fix a couple of loop tests 2015-06-28 01:45:59 -07:00
Phillip Burgess
a37b191432 Arduino Zero support 2015-06-27 21:08:59 -07:00
Phillip Burgess
c27d9bf055 ESP8266 support (based on Makuna's NeoPixelBus lib) 2015-06-26 20:45:56 -07:00