大季 矢花 / Mbed 2 deprecated 2019_Master_NEWMODEe

Dependencies:   mbed TrapezoidControl QEI

System/Process/InterruptProcess.h

Committer:
yabahiro
Date:
2019-10-28
Revision:
47:151dd52c0cf9
Parent:
4:ba9df71868df

File content as of revision 47:151dd52c0cf9:

#ifndef INTERRUPTPROCESS_H_
#define INTERRUPTPROCESS_H_

void int0();
void int1();
void int2();
void int3();
void int4();
void int5();
void int6();
void int7();

#endif