SmartWheels self-driving race car. Designed for NXP Cup. Uses FRDM-KL25Z, area-scan camera, and simple image processing to detect and navigate any NXP spec track.
Dependencies: TSI USBDevice mbed-dev
Fork of SmartWheels by
Diff: Hardwares/ArduTouch.cpp
- Branch:
- Drift
- Revision:
- 78:9f20bf037db6
- Child:
- 79:bdbac82c979b
diff -r 1ee12f434a23 -r 9f20bf037db6 Hardwares/ArduTouch.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Hardwares/ArduTouch.cpp Mon Apr 17 16:02:48 2017 +0000 @@ -0,0 +1,12 @@ +#include "ArduTouch.h" + + +#ifdef __cplusplus +extern "C" { +#endif + + + +#ifdef __cplusplus +} +#endif