mattytrentini / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
Other
3 stars 0 forks source link

ESP32 and ESP8266 UART API is not documented #6

Closed mattytrentini closed 1 year ago

mattytrentini commented 5 years ago

PyBoard does cover UART though it's limited:

https://docs.micropython.org/en/latest/pyboard/quickref.html#uart-serial-bus

dpgeorge commented 5 years ago

The generic machine.UART should cover most things for this.

mattytrentini commented 1 year ago

Resolved. See ESP32 Quickref/UART and machine.UART.