mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
nmea_gps: add support for ubloc I2c reading of NMEA data
These changes allow NMEA data to be read via I2C on UBLOX compliant devices that support this capability, such as the LEA-6H based GPS shield from DFRobot. It adds a new init() function to the C code, and a new constructor to the C++ code. It also adds 5 new examples for C, C++, Javascript, Python, and Java. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -153,4 +153,4 @@ if (OPENZWAVE_FOUND)
|
||||
add_example_with_path(AeotecDSB09104_Example ozw ozw)
|
||||
add_example_with_path(TZEMT400_Example ozw ozw)
|
||||
endif()
|
||||
|
||||
add_example_with_path(NMEAGPS_I2C_Example nmea_gps nmea_gps)
|
||||
|
Reference in New Issue
Block a user