Blame view

RIOT/pkg/minmea/doc.txt 438 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  /**
   * @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
   */