Skip to content

Commit 9002a16

Browse files
authored
Update README.md
1 parent 5676a54 commit 9002a16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ This package has not yet been published to the Arduino & PlatformIO package mana
4040

4141
// Initialize with log level and log output.
4242
Log.begin(LOG_LEVEL_VERBOSE, &Serial);
43-
Log.info ( "Log as Info with integer values : %d, %d"CR , 34, 799870);
43+
Log.error ( "Log as Error with binary values : %b, %B"CR , 23 , 345808);
44+
Log.warning (F("Log as Warning with integer values from Flash : %d, %d"CR) , 34 , 799870);
4445
```
4546

46-
[See JsonParserExample.ino](examples/Log/Log.ino)
47+
[See examples/ArduinoLog/Log.ino](examples/ArduinoLog/Log.ino)
4748

4849
## Usage
4950

0 commit comments

Comments
 (0)