We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfce1fe commit 7b07264Copy full SHA for 7b07264
README.md
@@ -26,6 +26,7 @@ int i = 1;
26
float pi = 3.1459;
27
Debug.print(DBG_VERBOSE, "i = %d, pi = %f", i, pi);
28
```
29
+**Note**: The output of floating point numbers (`%f`) does NOT work on [ArduinoCore-avr](https://github.com/arduino/ArduinoCore-avr).
30
31
If desired, timestamps can be prefixed to the debug message. Timestamp output can be enabled and disabled via `timestampOn` and `timestampOff`.
32
0 commit comments