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-04-19
- Branch:
- Drift
- Revision:
- 87:15fcf7891bf9
- Parent:
- 83:b2c7c6f76575
- Child:
- 94:32712e603a5f
File content as of revision 87:15fcf7891bf9:
#ifndef GLOBAL_VARIABLE_H #define GLOBAL_VARIABLE_H #include <mbed.h> extern SPI g_spi_port; #endif //GLOBAL_VARIABLE_H