RIOT/pkg/minmea/doc.txt
2017-07-03 09:56:07 +02:00

18 lines
438 B
Plaintext

/**
* @defgroup pkg_minmea GPS parser library
* @ingroup pkg
* @ingroup sys
* @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
*/