ef61b5ecb5
cpx build compiles and loads and works in repl; test suite not run yet esp8266 not tested yet
7 lines
219 B
C
7 lines
219 B
C
#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);
|
|
|
|
#endif // MICROPY_INCLUDED_ESP8266_ESPNEOPIXEL_H
|