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
minilib/wordString2.h@0:b910276f9da2, 2016-05-01 (annotated)
- Committer:
- lilac0112_1
- Date:
- Sun May 01 06:30:37 2016 +0000
- Revision:
- 0:b910276f9da2
from 2v10
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lilac0112_1 | 0:b910276f9da2 | 1 | #ifndef _WORD_STRING_2_H_ |
lilac0112_1 | 0:b910276f9da2 | 2 | #define _WORD_STRING_2_H_ |
lilac0112_1 | 0:b910276f9da2 | 3 | |
lilac0112_1 | 0:b910276f9da2 | 4 | string Int2Char2String(int number); |
lilac0112_1 | 0:b910276f9da2 | 5 | void array2(int power1,int power2,int power3,int power4); |
lilac0112_1 | 0:b910276f9da2 | 6 | |
lilac0112_1 | 0:b910276f9da2 | 7 | #endif /*_WORD_STRING_2_H_*/ |