Yuki Suga / RTnoV4

Dependencies:   EthernetInterface mbed-rtos

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Timer1ExecutionContext.h Source File

Timer1ExecutionContext.h

00001 #ifndef TIMER1_EXECUTION_CONTEXT
00002 #define TIMER1_EXECUTION_CONTEXT
00003 
00004 #include "ExecutionContext.h"
00005 
00006 #ifdef __cplusplus
00007 //extern "C" {
00008 #endif
00009 
00010 void Timer1EC_init(double microsecond);
00011 
00012 #ifdef __cplusplus
00013 //}
00014 #endif
00015 
00016 
00017 #endif