File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
shared-bindings/_pixelbuf Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,4 @@ typedef struct {
53
53
void pixelbuf_recalculate_brightness (pixelbuf_pixelbuf_obj_t * self );
54
54
void call_write_function (pixelbuf_pixelbuf_obj_t * self );
55
55
56
-
57
- #include "common-hal/digitalio/DigitalInOut.h"
58
- extern void common_hal_neopixel_write (const digitalio_digitalinout_obj_t * gpio , uint8_t * pixels , uint32_t numBytes );
59
-
60
56
#endif // CP_SHARED_BINDINGS_PIXELBUF_PIXELBUF_H
Original file line number Diff line number Diff line change 27
27
#ifndef CP_SHARED_BINDINGS_PIXELBUF_INIT_H
28
28
#define CP_SHARED_BINDINGS_PIXELBUF_INIT_H
29
29
30
+ #include "common-hal/digitalio/DigitalInOut.h"
31
+
30
32
STATIC void pixelbuf_byteorder_print (const mp_print_t * print , mp_obj_t self_in , mp_print_kind_t kind );
31
33
const int32_t colorwheel (float pos );
32
-
33
34
const mp_obj_type_t pixelbuf_byteorder_type ;
35
+ extern void common_hal_neopixel_write (const digitalio_digitalinout_obj_t * gpio , uint8_t * pixels , uint32_t numBytes );
34
36
35
37
#endif //CP_SHARED_BINDINGS_PIXELBUF_INIT_H
You can’t perform that action at this time.
0 commit comments