#include "pico.h"
#include "pico/stdio.h"
#include "pico/time.h"
#include "hardware/gpio.h"
#include "hardware/uart.h"
Go to the source code of this file.
Macros | |
#define | PICO_DEFAULT_LED_PIN_INVERTED 0 |
Functions | |
void | setup_default_uart (void) |
Set up the default UART and assign it to the default GPIOs. More... | |