1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/minmea/doc.txt

19 lines
449 B
Plaintext
Raw Normal View History

/**
* @defgroup pkg_minmea GPS parser library
* @ingroup pkg
2018-08-24 17:20:46 +02:00
* @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
2018-08-24 17:20:46 +02:00
*/