User Tools

Site Tools


module:micropython:callbyreference:esp32callbyreference

MicroPython: Esp32UartPCUC

Übersicht

Version

Beschreibung

Ausgabe MicroPython-Terminal Esp32CheckUart.py

 

Main-Program: Esp32CheckUart.py

 

Library-Module: Uart.py

 

Library-Module: Thread.py

 

Library-Module: Lines.py

 

Library-Module: Define.py

#
ID_UART0     =  0
PIN_UART0_TX =  1 # USB
PIN_UART0_RX =  3 # USB
#
ID_UART1     =  1
PIN_UART1_RX = 25 #  9 - not usable 
PIN_UART1_TX = 26 # 10 - not usable 
#
ID_UART2     =  2
PIN_UART2_RX = 16
PIN_UART2_TX = 17
#

Entwicklung

211221 : Basis

module/micropython/callbyreference/esp32callbyreference.txt · Last modified: 2022/09/13 11:58 by 127.0.0.1