pan zhan / panzhan_main_controller_continuous

Dependencies:   mbed-dev_spine

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers timer.h Source File

timer.h

00001 #ifndef _TIMER_H
00002 #define _TIMER_H
00003 
00004 
00005 #include "mbed.h"
00006 
00007 
00008 extern Timer fuzzytimer;
00009 extern uint64_t Tfuzzy;
00010 
00011 
00012 extern Timer tim;
00013 
00014 
00015 #endif