You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This library adds support for the `printf()` function to Arduino projects. This
7
7
To use this library in your Arduino project, you need to include the header:
8
8
9
9
```
10
-
#include ArduinoPrintf.h
10
+
#include LibPrintf.h
11
11
```
12
12
13
13
By default, the library can be used without any special initialization. The `Serial` object is the default output target. You must still initialize the `Serial` object in `setup()`, the library will not do this for you.
0 commit comments