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

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
0:ea35c18c85fc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/minilib/wordString2.h	Sat Feb 27 09:14:37 2016 +0000
@@ -0,0 +1,7 @@
+#ifndef _WORD_STRING_2_H_
+#define _WORD_STRING_2_H_
+
+string Int2Char2String(int number);
+void array2(int power1,int power2,int power3,int power4);
+
+#endif /*_WORD_STRING_2_H_*/