This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NMEA Reader for Circuit Python | |
#Written by Mike Letsky | |
import busio | |
import board | |
def getPosition(): | |
global gpsUart | |
global byte | |
global sync |