엥? winavr에서도 안되었던가??
급 멘붕 ㄷㄷ
char *dtostrf(double val, signed char width, unsigned char prec, char *s) Use this method to convert it to a C-Style string and then use sprintf, eg: char str_temp[6]; /* 4 is mininum width, 2 is precision; float value is copied onto str_temp*/ dtostrf(temp, 4, 2, str_temp); sprintf(temperature,"%s F", str_temp); |
[링크 : http://stackoverflow.com/questions/27651012/arduino-sprintf-float-not-formatting]
[링크 : http://forum.arduino.cc/index.php?topic=175478.0]
'embeded > arduino(genuino)' 카테고리의 다른 글
아두이노 level shift / MPU-6050 (0) | 2016.04.01 |
---|---|
아두이노 나노 내장 온도센서 (0) | 2016.03.31 |
가속도계 각도 계산.. (2) | 2016.03.31 |
아두이노 nano + ADXL345 (0) | 2016.03.31 |
ADXL345 소스 분석 및 아두이노 용으로 변환 (0) | 2016.03.30 |