Quadcopter working with accelerômeter and accelerometer, and bluetooth radio for communication

Dependencies:   mbed

GetTickCount/GetTickCount.cpp

Committer:
jose_claudiojr
Date:
2013-05-21
Revision:
0:56b8c86181b1

File content as of revision 0:56b8c86181b1:

volatile unsigned int TickCount;

extern "C" void SysTick_Handler (void) {
    TickCount+= 10;
}