Skip to content

Commit 7b07264

Browse files
authored
Adding note explaining that there is no printf/float support on AVR. (#26)
1 parent bfce1fe commit 7b07264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ int i = 1;
2626
float pi = 3.1459;
2727
Debug.print(DBG_VERBOSE, "i = %d, pi = %f", i, pi);
2828
```
29+
**Note**: The output of floating point numbers (`%f`) does NOT work on [ArduinoCore-avr](https://github.com/arduino/ArduinoCore-avr).
2930

3031
If desired, timestamps can be prefixed to the debug message. Timestamp output can be enabled and disabled via `timestampOn` and `timestampOff`.
3132

0 commit comments

Comments
 (0)