Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed AQM1602 HMC6352 PID
setup.h
00001 #ifndef _SETUP_H_ 00002 #define _SETUP_H_ 00003 00004 void SetUp(void);//電源を入れた時の処理 00005 void SetUp2(void);//スタートした時の処理 00006 void StopProcess(void);//コマンドに戻るときの処理 00007 00008 void SetKick(void); 00009 void SetPidAndMotor(void); 00010 void SetIr(void); 00011 void SetPing(void); 00012 void SetInfo(void); 00013 void SetLine(void); 00014 00015 #endif //_SETUP_H_
Generated on Thu Jul 14 2022 17:47:08 by
1.7.2