Final program for the test of the RGB sensor

Dependencies:   ISL29125 SDFileSystem mbed

RGBSensor.h

Committer:
Jeriah
Date:
2016-03-17
Revision:
4:08069730374b
Parent:
1:e0fc716e2394

File content as of revision 4:08069730374b:

#include "mbed.h"

#ifndef RGBSensor_H   
#define RGBSensor_H


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

#endif