Pico-Arduino
|
Software Serial Arduino Stream which uses the Pico PIO. More...
#include <SoftwareSerial.h>
Protected Member Functions | |
void | setupRx (uint pin) |
void | setupTx (uint pin_tx) |
Protected Attributes | |
PIO | pio |
uint | sm_rx |
uint | sm_tx |
uint | baud |
int | offset |
int | peekValue =-1 |
Software Serial Arduino Stream which uses the Pico PIO.
Based on https://github.com/raspberrypi/pico-examples/tree/master/pio