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
@@ -1,6 +1,6 @@
1
1
# Arduino Printf
2
2
3
-
This library adds support for the `printf()` function to Arduino projects. This code leverages the wonderful [eyalroz/printf](https://github.com/mpaland/printf) library, which is designed for use in embedded systems. For more information about what is available, please refer to the [parent library documentation](https://github.com/mpaland/printf/blob/master/README.md).
3
+
This library adds support for the `printf()` function to Arduino projects. This code leverages the [embeddedartistry/printf](https://github.com/embeddedartistry/printf) library (a fork of [eyalroz/printf](https://github.com/eyalroz/printf), which is designed for use in embedded systems. For more information about what is available, please refer to the [parent library documentation](https://github.com/embeddedartistry/printf/blob/master/README.md).
0 commit comments