Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
Loading...
Searching...
No Matches
data_t Struct Reference

#include <UserTypes.h>

Public Attributes

uint32_t time
uint16_t adc [ADC_DIM]
int16_t accel [ACCEL_DIM]
unsigned long time
int16_t ax
int16_t ay
int16_t az
int16_t gx
int16_t gy
int16_t gz

Member Data Documentation

◆ accel

int16_t data_t::accel[ACCEL_DIM]

◆ adc

uint16_t data_t::adc

◆ ax

int16_t data_t::ax

◆ ay

int16_t data_t::ay

◆ az

int16_t data_t::az

◆ gx

int16_t data_t::gx

◆ gy

int16_t data_t::gy

◆ gz

int16_t data_t::gz

◆ time [1/2]

uint32_t data_t::time

◆ time [2/2]

unsigned long data_t::time

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