Add PICO_DEFAULT_SPI pins to pico.h (#225)

(and define min and max values for some of the PICO_DEFAULT_* configs)
This commit is contained in:
Andrew Scheller
2021-03-04 14:46:14 +00:00
committed by graham sanderson
parent 2b1dbfa3d2
commit 62b2d33e8f
4 changed files with 20 additions and 3 deletions

View File

@ -29,7 +29,7 @@ extern "C" {
#define PICO_UART_DEFAULT_CRLF 0
#endif
// PICO_CONFIG: PICO_DEFAULT_UART, Define the default UART used for printf etc, group=hardware_uart
// PICO_CONFIG: PICO_DEFAULT_UART, Define the default UART used for printf etc, min=0, max=1, group=hardware_uart
// PICO_CONFIG: PICO_DEFAULT_UART_TX_PIN, Define the default UART TX pin, min=0, max=29, group=hardware_uart
// PICO_CONFIG: PICO_DEFAULT_UART_RX_PIN, Define the default UART RX pin, min=0, max=29, group=hardware_uart