![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Final program for the test of the RGB sensor
Dependencies: ISL29125 SDFileSystem mbed
RGBSensor.h@0:547856de255b, 2016-03-11 (annotated)
- Committer:
- Jeriah
- Date:
- Fri Mar 11 23:43:27 2016 +0000
- Revision:
- 0:547856de255b
- Child:
- 1:e0fc716e2394
wrote the RGBSensor.h file for RGB_test
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jeriah | 0:547856de255b | 1 | #ifndef RGB |
Jeriah | 0:547856de255b | 2 | #define RGB |
Jeriah | 0:547856de255b | 3 | #include "RGBSensor.cpp" |
Jeriah | 0:547856de255b | 4 | |
Jeriah | 0:547856de255b | 5 | extern ISL29125 RGB_sensor; |
Jeriah | 0:547856de255b | 6 | void RGB_init(); |
Jeriah | 0:547856de255b | 7 | void get_rgb(uint16_t rgb[]); |
Jeriah | 0:547856de255b | 8 |