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

#include <ADXL345.hh>

Collaboration diagram for ADXL345::sample_t:
Collaboration graph

Public Attributes

int x
 
int y
 
int z
 

Detailed Description

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

Definition at line 110 of file ADXL345.hh.

Member Data Documentation

int ADXL345::sample_t::x

Definition at line 111 of file ADXL345.hh.

int ADXL345::sample_t::y

Definition at line 112 of file ADXL345.hh.

int ADXL345::sample_t::z

Definition at line 113 of file ADXL345.hh.


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