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

GlobalVariable.h

Committer:
hazheng
Date:
2017-04-18
Branch:
Drift
Revision:
83:b2c7c6f76575
Parent:
56:7d3395ae022d
Child:
87:15fcf7891bf9

File content as of revision 83:b2c7c6f76575:

#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