We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4900ee7 commit 8035d6eCopy full SHA for 8035d6e
README.md
@@ -1,11 +1,11 @@
1
# Utilities
2
3
This is a collection of useful functions for the Arduino Framerwork, like:
4
-- printArray
5
-- pinModeGroup
6
-- digitalWriteGroup
7
-- digitalToggle
8
-- digitalToggleGroup
9
-- split
+- printArray()
+- pinModeGroup()
+- digitalWriteGroup()
+- digitalToggle()
+- digitalToggleGroup()
+- splitString()
10
11
-Upload the example to see them working
+Upload the [example](/examples/basic/basic.ino) to see them in action 🔥
0 commit comments