diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-02-19 17:22:42 +0100 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-02-19 17:22:42 +0100 |
| commit | f0b62a2b0eef5d6a825d6ca19a8c50f019e2628f (patch) | |
| tree | c15ce4b0fa684efe999d698b9569de5c5266559f /shared-bindings/neopixel_write/__init__.h | |
| parent | 710b5d8aff2de490c5531e5cbc9092d51fb39958 (diff) | |
Save space by only supporting 800khz neopixels.
Diffstat (limited to 'shared-bindings/neopixel_write/__init__.h')
| -rw-r--r-- | shared-bindings/neopixel_write/__init__.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/neopixel_write/__init__.h b/shared-bindings/neopixel_write/__init__.h index fdf3c38f6..87f85ee01 100644 --- a/shared-bindings/neopixel_write/__init__.h +++ b/shared-bindings/neopixel_write/__init__.h @@ -32,6 +32,6 @@ #include "common-hal/nativeio/types.h" -extern void common_hal_neopixel_write(const nativeio_digitalinout_obj_t* gpio, uint8_t *pixels, uint32_t numBytes, bool is800KHz); +extern void common_hal_neopixel_write(const nativeio_digitalinout_obj_t* gpio, uint8_t *pixels, uint32_t numBytes); #endif |
