forked from Makuna/NeoPixelBus
Update NeoEsp8266DmaMethod.h (#246)
This commit is contained in:
@@ -143,8 +143,6 @@ public:
|
|||||||
|
|
||||||
~NeoEsp8266DmaMethodBase()
|
~NeoEsp8266DmaMethodBase()
|
||||||
{
|
{
|
||||||
digitalWrite(4, HIGH);
|
|
||||||
|
|
||||||
uint8_t waits = 1;
|
uint8_t waits = 1;
|
||||||
while (!IsReadyToUpdate())
|
while (!IsReadyToUpdate())
|
||||||
{
|
{
|
||||||
@@ -160,8 +158,6 @@ public:
|
|||||||
yield();
|
yield();
|
||||||
}
|
}
|
||||||
|
|
||||||
digitalWrite(4, LOW);
|
|
||||||
|
|
||||||
StopDma();
|
StopDma();
|
||||||
|
|
||||||
s_this = nullptr;
|
s_this = nullptr;
|
||||||
|
Reference in New Issue
Block a user