arduino-pico/docs
Earle F. Philhower, III ce7d337c5c
Add SoftwareSerial-like PIO based UARTs (#391)
Adds support to the core for PIO-based, software-created UARTs, up to 8 (the number of PIO state machines) possible.

By using a custom program on the PIO state machines, it allows for very high bit rates and does not require CPU or interrupts.

Bit widths from 5- to 8-bits, 1 or 2 stop bits, and even/odd/none parity are supported.
2021-12-28 08:27:08 -08:00
..
images Add PlatformIO support (#250) 2021-09-13 21:28:07 -07:00
_config.yml Set theme jekyll-theme-slate 2021-03-21 10:27:27 -07:00
analog.rst Clean up documentation 2021-04-06 15:49:56 -07:00
conf.py Add full-fledged documentation, update I2S API (#80) 2021-04-06 08:01:45 -07:00
digital.rst Clean up documentation 2021-04-06 15:49:56 -07:00
eeprom.rst Fix repo spelling issues (#152) 2021-05-19 18:03:12 -07:00
fs.rst Fix repo spelling issues (#152) 2021-05-19 18:03:12 -07:00
help.rst More documentation cleanup 2021-04-06 16:00:57 -07:00
i2s.rst Fix repo spelling issues (#152) 2021-05-19 18:03:12 -07:00
ide.rst Add full-fledged documentation, update I2S API (#80) 2021-04-06 08:01:45 -07:00
index.md Update index.md 2021-05-16 04:14:37 -07:00
index.rst Add SoftwareSerial-like PIO based UARTs (#391) 2021-12-28 08:27:08 -08:00
install.rst Add pico-debug support (#239) 2021-07-07 12:55:03 -07:00
libraries.rst More documentation cleanup 2021-04-06 16:00:57 -07:00
license.rst Clean up documentation 2021-04-06 15:49:56 -07:00
make.bat Add full-fledged documentation, update I2S API (#80) 2021-04-06 08:01:45 -07:00
Makefile Add full-fledged documentation, update I2S API (#80) 2021-04-06 08:01:45 -07:00
multicore.rst Update multicore.rst 2021-05-06 20:48:06 -07:00
pins.rst Added missing SPI::setCS(pin) in docs (#256) 2021-07-20 03:45:01 -07:00
piouart.rst Add SoftwareSerial-like PIO based UARTs (#391) 2021-12-28 08:27:08 -08:00
platformio.rst Correct typo in PlatformIO docs (#342) 2021-11-02 08:54:47 -07:00
sdk.rst Add PIOASM online tool link, thanks @jake653! (#197) 2021-06-08 08:34:53 -07:00
serial.rst Clean up documentation 2021-04-06 15:49:56 -07:00
servo.rst Clean up documentation 2021-04-06 15:49:56 -07:00
spi.rst Clean up documentation 2021-04-06 15:49:56 -07:00
usb.rst Add TinyUSB usage note. (#168) 2021-05-26 02:17:42 -07:00
wire.rst Docs: larify pin assignments for i2c (#173) 2021-05-26 18:25:48 -07:00