loginov-rocks / UbxGps

Arduino library for the fastest and simplest communication with u-blox GPS modules
https://registry.platformio.org/libraries/loginov-rocks/UbxGps
MIT License
140 stars 44 forks source link

Is it possible to use for Particle Electron/Photon #3

Closed mnelson920 closed 6 years ago

mnelson920 commented 6 years ago

Hi @1oginov,

Is it possible to use this library with Particle Electron/Photon?

Thanks

loginov-rocks commented 6 years ago

Hi, @mnelson920!

Depends on what microcontrollers are used in the Particle Electron/Photon, of course. If it supports C++, then probably yes.

The library is just a bunch of C++ source, but it consumes an instance of Serial, that is implemented in Arduino basic library. So if you want to plug'n'play the library, but Particle Electron/Photon are not built on top of Arduino, then you have to do some work.