Final program for the test of the RGB sensor
Dependencies: ISL29125 SDFileSystem mbed
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[]);