Functions | |
def | check_nmea_checksum (nmea_sentence) |
def libnmea_navsat_driver.checksum_utils.check_nmea_checksum | ( | nmea_sentence | ) |
Calculate and compare the checksum of a NMEA string. Args: nmea_sentence (str): The NMEA sentence to check. Return True if the calculated checksum of the sentence matches the one provided.
Definition at line 36 of file checksum_utils.py.