Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Thu Feb 25 06:12:47 2016 +0000
Revision:
45:c23f25c00d0d
Parent:
16:6900f47fa0b5
Hokushinetsu(20:1)

Who changed what in which revision?

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