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:
@ -92,3 +92,6 @@ add_example (mma7361)
|
||||
add_example (bh1750)
|
||||
add_example (urm37)
|
||||
add_example (urm37-uart)
|
||||
|
||||
# Custom examples
|
||||
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)
|
||||
|
Reference in New Issue
Block a user