Implemented first Hangar-Service

Dependencies:   CalibrateMagneto QuaternionMath

Fork of SML2 by TobyRich GmbH

Embed: (wiki syntax)

« Back to documentation index

GPS Class Reference

GPS Class Reference

Manages the nano hornet GPS add-on chip. More...

#include <GPS.h>

Public Member Functions

 GPS (Serial const &pc)
 Constructor.

Detailed Description

Manages the nano hornet GPS add-on chip.

Definition at line 7 of file GPS.h.


Constructor & Destructor Documentation

GPS ( Serial const &  pc )

Constructor.

Parameters:
pcThe serial (UART) port used to communicate with the GPS. Data is only received, nothing is sent to this port.