increased timeout value, see forum

main
Jonas Arnold 4 years ago
parent 84c3d79859
commit 02f3a8e0ac
  1. 2
      ADIS_Sumo_Styger/Sumo/Reflectance.h

@ -43,7 +43,7 @@
#define REF_MIN_LINE_VAL 0x100 /* minimum value indicating a line */
#define REF_MIN_NOISE_VAL 0x40 /* values below this are not added to the weighted sum */
#endif
#define REF_SENSOR_TIMEOUT_US 300 /* after this time, consider no reflection (black). Must be smaller than the timeout period of the RefCnt timer! */
#define REF_SENSOR_TIMEOUT_US 400 /* after this time, consider no reflection (black). Must be smaller than the timeout period of the RefCnt timer! */
#else
#error "unknown configuration!"
#endif

Loading…
Cancel
Save