doc.txt
438 Bytes
/**
* @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
*/