Merge branch 'pin-commonhal-additions' into stm32-neopixel
This commit is contained in:
commit
ee1559b921
@ -31,6 +31,9 @@
|
|||||||
|
|
||||||
#include "peripherals/samd/pins.h"
|
#include "peripherals/samd/pins.h"
|
||||||
|
|
||||||
|
#ifdef MICROPY_HW_NEOPIXEL
|
||||||
|
extern bool neopixel_in_use;
|
||||||
|
#endif
|
||||||
#ifdef MICROPY_HW_APA102_MOSI
|
#ifdef MICROPY_HW_APA102_MOSI
|
||||||
extern bool apa102_sck_in_use;
|
extern bool apa102_sck_in_use;
|
||||||
extern bool apa102_mosi_in_use;
|
extern bool apa102_mosi_in_use;
|
||||||
|
@ -31,6 +31,9 @@
|
|||||||
|
|
||||||
#include "peripherals/nrf/pins.h"
|
#include "peripherals/nrf/pins.h"
|
||||||
|
|
||||||
|
#ifdef MICROPY_HW_NEOPIXEL
|
||||||
|
extern bool neopixel_in_use;
|
||||||
|
#endif
|
||||||
#ifdef MICROPY_HW_APA102_MOSI
|
#ifdef MICROPY_HW_APA102_MOSI
|
||||||
extern bool apa102_sck_in_use;
|
extern bool apa102_sck_in_use;
|
||||||
extern bool apa102_mosi_in_use;
|
extern bool apa102_mosi_in_use;
|
||||||
|
@ -30,10 +30,6 @@
|
|||||||
#include "common-hal/microcontroller/Pin.h"
|
#include "common-hal/microcontroller/Pin.h"
|
||||||
#include "py/obj.h"
|
#include "py/obj.h"
|
||||||
|
|
||||||
#ifdef MICROPY_HW_NEOPIXEL
|
|
||||||
extern bool neopixel_in_use;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Type object used in Python. Should be shared between ports.
|
// Type object used in Python. Should be shared between ports.
|
||||||
extern const mp_obj_type_t mcu_pin_type;
|
extern const mp_obj_type_t mcu_pin_type;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user