Arduino cheat sheet: Difference between revisions

Line 413: Line 413:


avr libs の dtostrf (stdlibs.h) で代用できる。[http://www.nongnu.org/avr-libc/user-manual/group__avr__stdlib.html#ga6c140bdd3b9bd740a1490137317caa44 dtostre]
avr libs の dtostrf (stdlibs.h) で代用できる。[http://www.nongnu.org/avr-libc/user-manual/group__avr__stdlib.html#ga6c140bdd3b9bd740a1490137317caa44 dtostre]
:そもそも FPU の無いマイコンで浮動小数使うのはダメね。固定小数点で書き換える。


==== メモメモ ====
==== メモメモ ====