SparkFun Line Follower Array Library. based on https://github.com/sparkfun/SparkFun_Line_Follower_Array_Arduino_Library
Dependents: WRS_mechanamu_test
Revision 1:3a86ce26147b, committed 2018-08-31
- Comitter:
- sgrsn
- Date:
- Fri Aug 31 03:03:39 2018 +0000
- Parent:
- 0:c1d649c7b904
- Commit message:
- Remove stdint.h
Changed in this revision
SensorBar.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r c1d649c7b904 -r 3a86ce26147b SensorBar.h --- a/SensorBar.h Fri Aug 31 02:52:24 2018 +0000 +++ b/SensorBar.h Fri Aug 31 03:03:39 2018 +0000 @@ -2,7 +2,6 @@ #define SENSORBAR_H #include "mbed.h" -#include "stdint.h" #define RECEIVE_TIMEOUT_VALUE 1000 // Timeout for I2C receive