Taiki Maruyama / Mbed 2 deprecated MainBoard2018_Auto_Master_A

Dependencies:   mbed

Fork of MainBoard2018_Auto_Master_A by Akihiro Nakabayashi

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers InterruptProcess.h Source File

InterruptProcess.h

00001 #ifndef INTERRUPTPROCESS_H_
00002 #define INTERRUPTPROCESS_H_
00003 
00004 void int0();
00005 void int1();
00006 void int2();
00007 void int3();
00008 void int4();
00009 void int5();
00010 void int6();
00011 void int7();
00012 void int8();
00013 void int9();
00014 void int10();
00015 void int11();
00016 void int12();
00017 void int13();
00018 void int14();
00019 
00020 #endif