summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/espneopixel.h
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/espneopixel.h')
-rw-r--r--esp8266/espneopixel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/esp8266/espneopixel.h b/esp8266/espneopixel.h
index 4b20afda58..c444740ff9 100644
--- a/esp8266/espneopixel.h
+++ b/esp8266/espneopixel.h
@@ -1 +1,6 @@
+#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