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

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Sat Feb 27 09:14:37 2016 +0000
Revision:
0:ea35c18c85fc
maincode for japan open.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:ea35c18c85fc 1 #ifndef _WORD_STRING_2_H_
lilac0112_1 0:ea35c18c85fc 2 #define _WORD_STRING_2_H_
lilac0112_1 0:ea35c18c85fc 3
lilac0112_1 0:ea35c18c85fc 4 string Int2Char2String(int number);
lilac0112_1 0:ea35c18c85fc 5 void array2(int power1,int power2,int power3,int power4);
lilac0112_1 0:ea35c18c85fc 6
lilac0112_1 0:ea35c18c85fc 7 #endif /*_WORD_STRING_2_H_*/