File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/programming/01.language-reference Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ external: true
55icon : IconArduino
66links :
77 [
8- { title: "Serial", url: https://docs.arduino.cc/language-reference/en/functions/communication/Serial / },
9- { title: "Wire", url: https://docs.arduino.cc/language-reference/en/functions/communication/Wire / },
10- { title: "Print", url: https://docs.arduino.cc/language-reference/en/functions/communication/Print / },
8+ { title: "Serial", url: https://docs.arduino.cc/language-reference/en/functions/communication/serial / },
9+ { title: "Wire", url: https://docs.arduino.cc/language-reference/en/functions/communication/wire / },
10+ { title: "Print", url: https://docs.arduino.cc/language-reference/en/functions/communication/print / },
1111 { title: "attachInterrupt()", url: https://docs.arduino.cc/language-reference/en/functions/external-interrupts/attachInterrupt/ },
1212 { title: "pinMode()", url: https://docs.arduino.cc/language-reference/en/functions/digital-io/pinMode/ },
1313 { title: "String()", url: https://docs.arduino.cc/language-reference/en/variables/data-types/stringObject/ },
You can’t perform that action at this time.
0 commit comments