lknds

Dependencies:   mbed TrapezoidControl Pulse QEI

System/Process/InterruptProcess.h

Committer:
t_yamamoto
Date:
2018-09-08
Revision:
0:669ef71cba68
Child:
4:ba9df71868df

File content as of revision 0:669ef71cba68:

#ifndef INTERRUPTPROCESS_H_
#define INTERRUPTPROCESS_H_

void int0();
void int1();
void int2();
void int3();
void int4();
void int5();
void int6();
void int7();
void int8();
void int9();
void int10();
void int11();
void int12();
void int13();
void int14();

#endif