CMUcam4 Arduino Interface Library
For Firmware Versions 1.00 - 1.03
Application Programmable Interface Online Documentation
|
Disk space data structure. More...
#include <CMUcam4.h>
Public Attributes | |
unsigned long | freeSectorCount |
Count of free sectors. | |
unsigned long | usedSectorCount |
Count of used sectors. |
Disk space data structure.
diskSize = bytesPerSector * (freeSectorCount + usedSectorCount)
countOfDataSectors = (freeSectorCount + usedSectorCount)