Final program for the test of the RGB sensor
Dependencies: ISL29125 SDFileSystem mbed
Diff: RGBSensor.h
- Revision:
- 0:547856de255b
- Child:
- 1:e0fc716e2394
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RGBSensor.h Fri Mar 11 23:43:27 2016 +0000 @@ -0,0 +1,8 @@ +#ifndef RGB +#define RGB +#include "RGBSensor.cpp" + +extern ISL29125 RGB_sensor; +void RGB_init(); +void get_rgb(uint16_t rgb[]); +