Commit Graph
14 Commits
Author SHA1 Message Date
Makuna 4746c35db4 Use common esp8266 functions
The change were refactored and put into common locations for others.
This now syncs to use those
2015-05-10 16:38:28 -07:00
Makuna 6f431748b4 sync instructions and data also 2015-05-05 18:24:26 -07:00
Makuna 20533bb0dd Better esp8266 support
Merge changes from Arduino library
Include critical section locks to stop level 14 interrupts
2015-05-05 17:19:59 -07:00
Makuna d2c4b417a5 work around for first bit glitching
forcing the pin low seems to fix the first bit having glitches in width.
2015-05-02 15:23:57 -07:00
Makuna 880552a4d9 Merge branch 'UseCycles'
Conflicts:
	NeoPixelBus.cpp
2015-05-02 13:46:43 -07:00
Makuna b1e6be2ba5 Use CCOUNT to time pulses 2015-05-02 13:41:22 -07:00
Makuna 3205cdc0ff Small tuning 2015-05-01 17:45:47 -07:00
Makuna 70816eeb52 Reasonable with Glitches 2015-05-01 12:12:53 -07:00
Makuna 3853080e4e Tuned esp8266
timing tuned using logic analyser
2015-04-30 15:25:53 -07:00
Makuna 236d9f7849 esp8266 support 2015-04-30 14:41:03 -07:00
Makuna 2085fc524e Show only when we have changes
Keep track of a dirty flag and only do the time consuming communications
if there has been a change
2015-01-12 15:49:13 -08:00
Makuna 71dd6e53cf provide better samples and more
two samples now are included
improved the readme (changed from txt to md)
NEO_RGB doesn;t require 400khz support, and 400khz support by default
isn't compiled in
2014-12-15 18:51:52 -08:00
Makuna b06f90a0af SetPixelColor clears Animation state
If there is an active animation for the pixel when SetPixelColor is
called, it will be stopped.
2014-10-13 10:25:46 -07:00
Makuna 5f484cf939 NeoPixel enhancements
This starts with Adafruit's NeoPixel library and reworks it a little to
enhance support for animations.
2014-10-06 11:44:16 -07:00