
Median filtered & triggered + buffered RGB readings
Dependencies: mbed rgb_sensor_buffer
Revision 6:3f5ea82fdf62, committed 2014-07-03
- Comitter:
- meriac
- Date:
- Thu Jul 03 18:02:00 2014 +0000
- Parent:
- 5:91ca771eff16
- Child:
- 7:bc856471c871
- Commit message:
- Increased detection treshold
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jul 03 17:58:23 2014 +0000 +++ b/main.cpp Thu Jul 03 18:02:00 2014 +0000 @@ -22,7 +22,7 @@ #include <mbed.h> #include "rgb_sensor_buffer.h" -#define RGB_TRESHOLD 200 +#define RGB_TRESHOLD 250 #define COUNT(x) (sizeof(x)/sizeof(x[0])) #define RGB_VALUES 512