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 haofan Zheng

Branch:
Drift
Revision:
87:15fcf7891bf9
Parent:
52:078b521c9edf
--- a/Hardwares/Motor.cpp	Wed Apr 19 03:46:21 2017 +0000
+++ b/Hardwares/Motor.cpp	Wed Apr 19 04:06:01 2017 +0000
@@ -1,9 +1,6 @@
 #include "Motor.h"
 #include "mbed.h"
 
-#include "Core.h"
-#include "SWUSBServer.h"
-
 #include "PinAssignment.h"
 #include "GlobalVariable.h"