Final program for the test of the RGB sensor

Dependencies:   ISL29125 SDFileSystem mbed

Committer:
Jeriah
Date:
Sat Mar 12 00:01:03 2016 +0000
Revision:
1:e0fc716e2394
Parent:
0:547856de255b
Child:
4:08069730374b
Final edition of RGB_test program

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jeriah 1:e0fc716e2394 1 #include "mbed.h"
Jeriah 0:547856de255b 2
Jeriah 1:e0fc716e2394 3 #ifndef RGBSensor
Jeriah 1:e0fc716e2394 4 #define RGBSensor
Jeriah 1:e0fc716e2394 5
Jeriah 1:e0fc716e2394 6
Jeriah 0:547856de255b 7 void RGB_init();
Jeriah 0:547856de255b 8 void get_rgb(uint16_t rgb[]);
Jeriah 0:547856de255b 9
Jeriah 1:e0fc716e2394 10 #endif