HomeSort by relevance Sort by last modified time
    Searched defs:Ublox6 (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/ublox6/
ublox6.h 47 * @brief UBLOX6 & SIM28 GPS Module library
48 * @defgroup ublox6 libupm-ublox6
52 * @library ublox6
53 * @sensor ublox6
67 * @image html ublox6.jpg
68 * @snippet ublox6.cxx Interesting
70 class Ublox6 {
73 * Ublox6 object constructor
77 Ublox6(int uart)
    [all...]
ublox6.cxx 29 #include "ublox6.h"
34 Ublox6::Ublox6(int uart)
67 Ublox6::~Ublox6()
73 bool Ublox6::dataAvailable()
97 int Ublox6::readData(char *buffer, int len)
116 int Ublox6::writeData(char * buffer, int len)
137 bool Ublox6::setupTty(speed_t baud)

Completed in 77 milliseconds