Projet S5 Info / Mbed 2 deprecated Projet_S5

Dependencies:   mbed PowerControl

Fork of Projet_S5 by Jonathan Tousignant

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers interrupt.h Source File

interrupt.h

00001 #ifndef INTERRUPT_H
00002 #define INTERRUPT_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 void interruptMatch(void);
00009 void interruptCapture(void);
00010 
00011 #ifdef __cplusplus
00012 }
00013 #endif
00014 
00015 void initialize();
00016 
00017 #endif //INTERRUPT_H