mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
19 lines
449 B
Plaintext
19 lines
449 B
Plaintext
/**
|
|
* @defgroup pkg_minmea GPS parser library
|
|
* @ingroup pkg
|
|
* @ingroup sys_serialization
|
|
* @brief Provides a GPS parser library to RIOT
|
|
*
|
|
* # Introduction
|
|
*
|
|
* "Minmea is a minimalistic GPS parser library written in pure C intended for
|
|
* resource-constrained platforms, especially microcontrollers and other embedded
|
|
* systems."
|
|
*
|
|
* # License
|
|
*
|
|
* Licensed under WTFPL.
|
|
*
|
|
* @see https://github.com/cloudyourcar/minmea
|
|
*/
|