program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

RGBSensor.h

Committer:
tdale19
Date:
2016-04-18
Revision:
13:906a647d7bd1
Parent:
9:9690da23e8d7

File content as of revision 13:906a647d7bd1:

#include "mbed.h"

#ifndef RGBSensor_H   
#define RGBSensor_H


void RGB_init();
void get_rgb(uint16_t rgb[]);

#endif