Final program for the test of the RGB sensor

Dependencies:   ISL29125 SDFileSystem mbed

SDSave.h

Committer:
Jeriah
Date:
2016-03-17
Revision:
4:08069730374b
Parent:
2:04c2f253ec87

File content as of revision 4:08069730374b:

#ifndef SAVE
#define SAVE

void createDataFile();
void createDataFile_testRGB();
void writeData(uint16_t time, uint16_t temp, uint16_t uv, uint16_t red, uint16_t green, uint16_t blue);
void writeData_testRGB(float time, uint16_t red, uint16_t green, uint16_t blue);
void closeDataFile();
bool mountSDCard();

#endif