program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Committer:
tdale19
Date:
Mon Apr 18 16:41:40 2016 +0000
Revision:
13:906a647d7bd1
Parent:
9:9690da23e8d7
Jeriah on Tom's mbed id, fixed the sd save horizontal problem

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tdale19 9:9690da23e8d7 1 #include "mbed.h"
tdale19 9:9690da23e8d7 2
tdale19 9:9690da23e8d7 3 #ifndef RGBSensor_H
tdale19 9:9690da23e8d7 4 #define RGBSensor_H
tdale19 9:9690da23e8d7 5
tdale19 9:9690da23e8d7 6
tdale19 9:9690da23e8d7 7 void RGB_init();
tdale19 9:9690da23e8d7 8 void get_rgb(uint16_t rgb[]);
tdale19 9:9690da23e8d7 9
tdale19 9:9690da23e8d7 10 #endif