diff options
Diffstat (limited to 'esp8266/espneopixel.h')
-rw-r--r-- | esp8266/espneopixel.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/esp8266/espneopixel.h b/esp8266/espneopixel.h deleted file mode 100644 index c444740ff9..0000000000 --- a/esp8266/espneopixel.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef MICROPY_INCLUDED_ESP8266_ESPNEOPIXEL_H -#define MICROPY_INCLUDED_ESP8266_ESPNEOPIXEL_H - -void esp_neopixel_write(uint8_t pin, uint8_t *pixels, uint32_t numBytes, bool is800KHz); - -#endif // MICROPY_INCLUDED_ESP8266_ESPNEOPIXEL_H |