Gary Richardson / Mbed 2 deprecated Counter

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Timer3.h Source File

Timer3.h

00001 
00002 #ifndef H_TIMER3
00003 #define H_TIMER3
00004 
00005 typedef void (*funcptr3)(int);
00006 extern void Timer3_init(funcptr3);
00007 
00008 #endif