Skip to content

Commit d293737

Browse files
authored
Update README.md
1 parent c42ce79 commit d293737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ 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+
44+
// Start logging text and formatted values
4345
Log.error ( "Log as Error with binary values : %b, %B"CR , 23 , 345808);
4446
Log.warning (F("Log as Warning with integer values from Flash : %d, %d"CR) , 34 , 799870);
4547
```

0 commit comments

Comments
 (0)