Accelerometer struct for ADXL335. More...
#include <accelerometer.h>
Data Fields | |
adc_bits_width_t | width |
adc1_channel_t | xaxis |
adc1_channel_t | yaxis |
adc1_channel_t | zaxis |
adc_atten_t | atten |
Accelerometer struct for ADXL335.
This is a custom data structure for the ADXL335 accelerometer
adc_atten_t Accelerometer::atten |
ADC attenuation
adc_bits_width_t Accelerometer::width |
ADC width
adc1_channel_t Accelerometer::xaxis |
X-axis channel
adc1_channel_t Accelerometer::yaxis |
Y-axis channel
adc1_channel_t Accelerometer::zaxis |
Z-axis channel