program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

RGBSensor.h

Committer:
Jeriah
Date:
2016-03-11
Revision:
0:547856de255b
Child:
1:e0fc716e2394

File content as of revision 0:547856de255b:

#ifndef RGB
#define RGB
#include "RGBSensor.cpp"

extern ISL29125 RGB_sensor;
void RGB_init();
void get_rgb(uint16_t rgb[]);