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
block8_t Struct Reference

#include <AvrAdcLogger.h>

Public Attributes

uint16_t count
uint16_t overrun
uint8_t data [DATA_DIM8]
unsigned short count
unsigned short overrun
unsigned char data [DATA_DIM8]

Member Data Documentation

◆ count [1/2]

uint16_t block8_t::count

◆ count [2/2]

unsigned short block8_t::count

◆ data [1/2]

uint8_t block8_t::data[DATA_DIM8]

◆ data [2/2]

unsigned char block8_t::data[DATA_DIM8]

◆ overrun [1/2]

uint16_t block8_t::overrun

◆ overrun [2/2]

unsigned short block8_t::overrun

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