circuitpython/ports/stm/common-hal/busio
EmergReanimator 66cf66f118 Fixed common_hal_busio_uart_deinited incorrect pin assignment check.
The pin must be tested instead of pin->number in the same way as in STM
I2C busio layer.
2022-01-26 17:46:42 +01:00
..
__init__.c create copy 2020-03-11 18:13:06 -04:00
I2C.c docs(swan_r5):todo cleanup 2021-09-28 18:52:02 -07:00
I2C.h Fix I2C Repeated start error by converting to IT mode 2021-02-10 14:59:19 -05:00
SPI.c Fixed common_hal_busio_uart_deinited incorrect pin assignment check. 2022-01-26 17:46:42 +01:00
SPI.h Add F7 and H7 Support to the STM32 port 2020-03-26 18:01:17 -04:00
UART.c Fixed common_hal_busio_uart_deinited incorrect pin assignment check. 2022-01-26 17:46:42 +01:00
UART.h Enable showing the console on a debug uart 2020-05-19 02:02:52 +02:00