program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Committer:
Jeriah
Date:
Fri Mar 11 23:43:27 2016 +0000
Revision:
0:547856de255b
Child:
1:e0fc716e2394
wrote the RGBSensor.h file for RGB_test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jeriah 0:547856de255b 1 #ifndef RGB
Jeriah 0:547856de255b 2 #define RGB
Jeriah 0:547856de255b 3 #include "RGBSensor.cpp"
Jeriah 0:547856de255b 4
Jeriah 0:547856de255b 5 extern ISL29125 RGB_sensor;
Jeriah 0:547856de255b 6 void RGB_init();
Jeriah 0:547856de255b 7 void get_rgb(uint16_t rgb[]);
Jeriah 0:547856de255b 8