![]() |
CMUcam4 Arduino Interface Library
For Firmware Versions 1.00 - 1.03
Application Programmable Interface Online Documentation
|
Disk information data structure. More...
#include <CMUcam4.h>
Public Attributes | |
| unsigned long | diskSignature |
| 32-bit disk signature. | |
| unsigned long | volumeIdentification |
| 32-bit volume identification. | |
| unsigned long | countOfDataSectors |
| Count of data sectors. | |
| unsigned long | bytesPerSector |
| Bytes per sector. | |
| unsigned long | sectorsPerCluster |
| Sectors per cluster. | |
| unsigned long | countOfClusters |
| Count of clusters. | |
| char | volumeLabel [CMUCAM4_VL_LENGTH+1] |
| Volume label string. | |
| char | fileSystemType [CMUCAM4_FST_LENGTH+1] |
| File system type string. Either "FAT 16" or "FAT 32". | |
Disk information data structure.
diskSize = bytesPerSector * countOfDataSectors countOfDataSectors = sectorsPerCluster * countOfClusters
1.8.1.1