sparkfun / SparkFun_I2C_GPS_Arduino_Library

Library for reading and controlling MT3333 and MT3339 based GPS modules over I2C.
Other
18 stars 13 forks source link

Updated externs.h, main.cpp, SparkFun_I2C_GPS_Arduino_Library.h and SparkFun_I2C_GPS_Arduino_Library.cpp #10

Open idea--list opened 4 years ago

idea--list commented 4 years ago

Now that the Artemis boards are officially supported in Mbed OS V6.3, it was time for me to update this repo once again. This commit adds support also for Mbed OS 6 beyond the already existing support for Mbed OS 5 and Arduino. The update was needed as in Mbed OS 6 the Serial API has been replaced by UnbufferedSerial.

idea--list commented 4 years ago

Hi there, just refreshed the code using my Artemis Thing Plus with Mbed OS V6.3 It also compiles and runs on my MAX32630FTHR with Mbed OS V5.14.2

Please test with some other targets and also with Arduino (did not touch the Arduino relevant part, but neither tested under that framework)