diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..325e2cf --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +file(GLOB SOURCES src/*.cpp) +idf_component_register( + SRCS ${SOURCES} + INCLUDE_DIRS src + REQUIRES arduino +) diff --git a/README.md b/README.md index e3a4f22..dd2a17d 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ For I2C communication, please be sure to remove all additional pull-u ## Compatibility -v2 of the library provides support for generation 8, 9 and 10 u-blox GNSS modules. For generation 6 and 7, please see [this example (depricated)](https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/tree/master/examples/Series_6_7/Example1_GetPositionAndTime_Series_6_7). +v2 of the library provides support for generation 8, 9 and 10 u-blox GNSS modules. For generation 6 and 7, please see [this example (deprecated)](https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/tree/master/examples/Series_6_7/Example1_GetPositionAndTime_Series_6_7). ## Contributing