Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: rgb_sensor_buffer discrete_rgb_color_sensor_example
Diff: rgb_sensor.h
- Revision:
- 2:4545984e62b6
- Parent:
- 1:204db97d10c9
- Child:
- 3:50e1ac3c56db
--- a/rgb_sensor.h Wed Jun 25 14:59:12 2014 +0000 +++ b/rgb_sensor.h Fri Jun 27 07:21:51 2014 +0000 @@ -22,6 +22,10 @@ #ifndef __RGB_SENSOR_H__ #define __RGB_SENSOR_H__ +#ifndef RGB_LED_ON +#define RGB_LED_ON true +#endif/*RGB_LED_ON*/ + #ifndef RGB_OVERSAMPLING #define RGB_OVERSAMPLING 128 #endif/*RGB_OVERSAMPLING*/