Skip to content

Commit 8a809ef

Browse files
committed
Add a known issue for my poor implementation of printing floats with cout
1 parent 5d3a250 commit 8a809ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ void loop() {
5050

5151
## Known Issues
5252

53-
Always use the latest Arduino IDE. This library uses the Arduino IDE Library Specification rev.2.1 with features only available on Arduino 1.6.10 and higher. The specification can be found here:
54-
55-
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification
53+
Printing of floats and doubles using cout ignores format specifiers.
5654

5755
uClibc seems to be fairly complete. Strings and vectors both work, even with the limited amount of heap available to Arduino. The uClibc++ status page can be found here:
5856

5957
https://cxx.uclibc.org/status.html
6058

59+
Always use the latest Arduino IDE. This library uses the Arduino IDE Library Specification rev.2.1 with features only available on Arduino 1.6.10 and higher. The specification can be found here:
60+
61+
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification

0 commit comments

Comments
 (0)