ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers active.h Source File

active.h

00001 #ifndef _ACTIVE_H_
00002 #define _ACTIVE_H_
00003 
00004 //modeActive
00005 void Active(void);
00006 //for transition
00007 void ResetState(void);
00008 void Active2Command(void);
00009 
00010 #endif //_ACTIVE_H_