2017-07-03 01:32:46 +02:00
|
|
|
/**
|
2020-12-19 09:59:46 +01:00
|
|
|
* @defgroup pkg_minmea GPS parser library
|
2017-07-03 01:32:46 +02:00
|
|
|
* @ingroup pkg
|
2018-08-24 17:20:46 +02:00
|
|
|
* @ingroup sys_serialization
|
2017-07-03 01:32:46 +02:00
|
|
|
* @brief Provides a GPS parser library to RIOT
|
|
|
|
*
|
|
|
|
* # Introduction
|
2020-12-19 09:59:46 +01:00
|
|
|
*
|
2017-07-03 01:32:46 +02:00
|
|
|
* "Minmea is a minimalistic GPS parser library written in pure C intended for
|
|
|
|
* resource-constrained platforms, especially microcontrollers and other embedded
|
|
|
|
* systems."
|
2020-12-19 09:59:46 +01:00
|
|
|
*
|
2017-07-03 01:32:46 +02:00
|
|
|
* # License
|
2020-12-19 09:59:46 +01:00
|
|
|
*
|
2017-07-03 01:32:46 +02:00
|
|
|
* Licensed under WTFPL.
|
|
|
|
*
|
|
|
|
* @see https://github.com/cloudyourcar/minmea
|
2018-08-24 17:20:46 +02:00
|
|
|
*/
|