fix(uart): Set back Pin signal polarity … adae99f SuGlider added the Peripheral: UART label Jun 28, 2024 SuGlider added this to the 3.0.3 milestone Jun 28, 2024 SuGlider self-assigned this Jun 28, 2024 Contributor github-actions bot commented Jun 28, 2024 • edited Warnings...
pinMode vs gpio_set_direction for UARTQuote by michcfr » Wed Nov 17, 2021 1:37 am Hello, I am using the UART1 (RX:pin16 and TX:pin17) and I need TX to be push-pull output, so I used gpio_set_direction like this: Code: Select all #define Sender_Txd_pin 17 ... gpio_...