COSA
An Object-Oriented Platform for Arduino Programming
L3G4200D::sample_t Struct Reference

#include <L3G4200D.hh>

Collaboration diagram for L3G4200D::sample_t:
Collaboration graph

Public Attributes

int x
 
int y
 
int z
 

Detailed Description

Gyroscope sample data structure (axis x, y, z).

Definition at line 80 of file L3G4200D.hh.

Member Data Documentation

int L3G4200D::sample_t::x

Definition at line 81 of file L3G4200D.hh.

int L3G4200D::sample_t::y

Definition at line 82 of file L3G4200D.hh.

int L3G4200D::sample_t::z

Definition at line 83 of file L3G4200D.hh.


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