1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/soft_uart
Benjamin Valentin b080d3da7a drivers/soft_uart: implement inverted TX & RX
In the current implementation, RX is flank based, so it's entirely level
agnostic.
I still chose to include a SOFT_UART_FLAG_INVERT_RX flag for symmetry and
to allow for a possible future, sampling based implementation.
2020-07-14 23:04:36 +02:00
..
include drivers/soft_uart: implement inverted TX & RX 2020-07-14 23:04:36 +02:00
Makefile drivers/soft_uart: add software based UART implementation 2020-07-14 22:51:59 +02:00
soft_uart.c drivers/soft_uart: add software based UART implementation 2020-07-14 22:51:59 +02:00