Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4961

SDK • Re: Centralising UART set up.

$
0
0
Many thanks, that makes a lot more sense. That seems to do the job :

Code:

//    stdout_uart_init(); //    uart_init(uart_get_instance(SERIAL_PORT+0), UART_BAUD_RATE);  // returns when active //was PICO_DEFAULT_UART    stdio_uart_init_full(uart_get_instance(SERIAL_PORT+0), UART_BAUD_RATE, TX_PIN, RX_PIN);
8)

Statistics: Posted by pie_face — Mon Dec 30, 2024 7:49 pm



Viewing all articles
Browse latest Browse all 4961

Trending Articles