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.
Fork of rgb_sensor_buffer by
Revision 2:8fbb1cd0c2d9, committed 2014-07-08
- Comitter:
- meriac
- Date:
- Tue Jul 08 16:07:01 2014 +0000
- Parent:
- 1:e9a22327d9ad
- Child:
- 3:363d6de01d73
- Commit message:
- Reduce spurious filter to handle short pass-through-times
Changed in this revision
| rgb_sensor_buffer.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/rgb_sensor_buffer.h Thu Jul 03 17:25:32 2014 +0000 +++ b/rgb_sensor_buffer.h Tue Jul 08 16:07:01 2014 +0000 @@ -29,7 +29,7 @@ #endif/*RGB_SENSOR_BUFFER_MIN*/ #ifndef RGB_SENSOR_BUFFER_SPURIOUS_COUNT -#define RGB_SENSOR_BUFFER_SPURIOUS_COUNT 64 +#define RGB_SENSOR_BUFFER_SPURIOUS_COUNT 32 #endif/*RGB_SENSOR_BUFFER_SPURIOUS_COUNT*/ class RGB_SensorBuffer: protected RGB_Sensor
