24 #include "pins_arduino.h"
25 #include "ArduinoAPI.h"
26 #include "PicoLogger.h"
27 #include "PicoHardwareSerial.h"
28 #include "PicoHardwareSPI.h"
29 #include "PicoGPIOFunction.h"
32 #include "PicoTimer.h"
33 #include "PicoThread.h"
34 #include "PicoSemaphore.h"
35 #include "PicoMulticoreFifo.h"
36 #include "PicoQueue.h"
37 #include "pico/stdlib.h"
38 #include "hardware/gpio.h"
39 #include "hardware/adc.h"
40 #include "hardware/pwm.h"
PicoDefaultSerial is using the pico default output. It is mapped to the Arduino Serial variable.
Definition: PicoHardwareSerial.h:17
The pico requires that the function of the pin is defined. In Arduino, there is no such concept: so w...
Definition: PicoGPIOFunction.h:28
Serial Stream for a defined UART. By default we use the following pins: UART0 tx/rx = gp0/gp1; UART1 ...
Definition: PicoHardwareSerial.h:93
A simple Logger that writes messages dependent on the log level.
Definition: PicoLogger.h:10