Update uart_test_esp32.py

pull/42/head
Rafael Vidal Aroca 2022-02-18 20:57:46 -03:00 zatwierdzone przez GitHub
rodzic db45629b27
commit 4a65994d34
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
#This program shows raw GPS messages received over the serial port, just to check if the data reception is ok.
#You may have to adjust the speed, according with your GPS: for example: 4800, 9600, 19200...
from machine import UART
uart = UART(2, tx=17, rx=16)