Skip to content

A compatibility layer to use TinyGPSPlus under ESP-IDF.

License

Notifications You must be signed in to change notification settings

cranial-smoke/TinyGPSPlus-ESPIDF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyGPSPlus for ESP-IDF

A compatability layer to use the popular TinyGPSPlus library on the ESP32 with ESP-IDF. This is not needed if you are using the Arduino framework on the ESP32.

The TinyGPSPlus library is a high-performance, easy-to-use NMEA parser, often used for GPS message parsing.

For documentation on the TinyGPSPlus library, see the TinyGPSPlus page on Arduiniana or the TinyGPSPlus examples.

Usage

Place the component in the components folder inside your project.

cd components
git clone https://github.com/andyfinity/TinyGPSPlus-ESPIDF

Then, wherever you would like to use the GPS parser:

#include <TinyGPS++.h>
TinyGPSPlus gps;

See the TinyGPSPlus docs for integration details.

License

This component is LGPL licensed to match the associated library.

About

A compatibility layer to use TinyGPSPlus under ESP-IDF.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.6%
  • CMake 10.4%