José Claudio
/
QuadCopter-Sensor-Serial
Quadcopter working with accelerômeter and accelerometer, and bluetooth radio for communication
Diff: GetTickCount/GetTickCount.cpp
- Revision:
- 0:56b8c86181b1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GetTickCount/GetTickCount.cpp Tue May 21 14:12:13 2013 +0000 @@ -0,0 +1,5 @@ +volatile unsigned int TickCount; + +extern "C" void SysTick_Handler (void) { + TickCount+= 10; +} \ No newline at end of file