diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-12 15:24:50 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-12 15:24:50 -0700 |
| commit | 4a4f29b8f95aa67f63397ae4efe78c6994398ccf (patch) | |
| tree | 8ff1fc64edcfca06e5dc6d79a84c259197046cd3 /shared-bindings/busio/UART.h | |
| parent | 8505de1ced9e567867f2530cee241b28f3456b60 (diff) | |
atmel-samd: Rework status LED implementation
* Track status pin use by user code separately so it can take over the pins and then give them back.
* Switch to hardware SPI for APA102 on Gemma and Trinket.
* Merge microcontroller/types.h into microcontroller/Pin.h to better match approach going forwards.
Diffstat (limited to 'shared-bindings/busio/UART.h')
| -rw-r--r-- | shared-bindings/busio/UART.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/busio/UART.h b/shared-bindings/busio/UART.h index e0a8a0b09..6311d21ce 100644 --- a/shared-bindings/busio/UART.h +++ b/shared-bindings/busio/UART.h @@ -27,7 +27,7 @@ #ifndef __MICROPY_INCLUDED_SHARED_BINDINGS_BUSIO_UART_H__ #define __MICROPY_INCLUDED_SHARED_BINDINGS_BUSIO_UART_H__ -#include "common-hal/microcontroller/types.h" +#include "common-hal/microcontroller/Pin.h" #include "common-hal/busio/UART.h" extern const mp_obj_type_t busio_uart_type; |
