File tree Expand file tree Collapse file tree
atmel-samd/common-hal/microcontroller
nrf/common-hal/microcontroller
shared-bindings/microcontroller Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232#include "peripherals/samd/pins.h"
3333
34- #ifdef MICROPY_HW_NEOPIXEL
35- extern bool neopixel_in_use ;
36- #endif
3734#ifdef MICROPY_HW_APA102_MOSI
3835extern bool apa102_sck_in_use ;
3936extern bool apa102_mosi_in_use ;
Original file line number Diff line number Diff line change 3131
3232#include "peripherals/nrf/pins.h"
3333
34- #ifdef MICROPY_HW_NEOPIXEL
35- extern bool neopixel_in_use ;
36- #endif
3734#ifdef MICROPY_HW_APA102_MOSI
3835extern bool apa102_sck_in_use ;
3936extern bool apa102_mosi_in_use ;
Original file line number Diff line number Diff line change 3030#include "common-hal/microcontroller/Pin.h"
3131#include "py/obj.h"
3232
33+ #ifdef MICROPY_HW_NEOPIXEL
34+ extern bool neopixel_in_use ;
35+ #endif
36+
3337// Type object used in Python. Should be shared between ports.
3438extern const mp_obj_type_t mcu_pin_type ;
3539
You can’t perform that action at this time.
0 commit comments