COSA
An Object-Oriented Platform for Arduino Programming
HMC5883L::data_t Struct Reference

#include <HMC5883L.hh>

Collaboration diagram for HMC5883L::data_t:
Collaboration graph

Public Member Functions

 data_t ()
 

Public Attributes

int16_t x
 
int16_t y
 
int16_t z
 

Detailed Description

Data output structure.

Definition at line 126 of file HMC5883L.hh.

Constructor & Destructor Documentation

HMC5883L::data_t::data_t ( )
inline

Definition at line 130 of file HMC5883L.hh.

Member Data Documentation

int16_t HMC5883L::data_t::x

Definition at line 127 of file HMC5883L.hh.

int16_t HMC5883L::data_t::y

Definition at line 128 of file HMC5883L.hh.

int16_t HMC5883L::data_t::z

Definition at line 129 of file HMC5883L.hh.


The documentation for this struct was generated from the following file: