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
GlobalVariable.h
- Committer:
- hazheng
- Date:
- 2017-03-01
- Revision:
- 29:f87d8790f57d
- Child:
- 56:7d3395ae022d
File content as of revision 29:f87d8790f57d:
#ifndef GLOBAL_VARIABLE_H #define GLOBAL_VARIABLE_H #include <mbed.h> #include "Core.h" extern SPI g_spi_port; extern SW::Core g_core; #endif //GLOBAL_VARIABLE_H