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

Dependencies:   mbed AQM1602 HMC6352 PID

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wordString2.h Source File

wordString2.h

00001 #ifndef _WORD_STRING_2_H_
00002 #define _WORD_STRING_2_H_
00003 
00004 string Int2Char2String(int number);
00005 void array2(int power1,int power2,int power3,int power4);
00006 
00007 #endif /*_WORD_STRING_2_H_*/