@@ -5,11 +5,11 @@ external: true
55icon : IconArduino
66links :
77 [
8- { title: "Serial", url: https://www .arduino.cc/reference/en/language/ functions/communication/serial / },
9- { title: "Wire", url: https://www .arduino.cc/reference/en/language/ functions/communication/wire / },
10- { title: "Print", url: https://www .arduino.cc/reference/en/language/ functions/communication/print / },
11- { title: "attachInterrupt()", url: https://www .arduino.cc/reference/en/language/ functions/external-interrupts/attachinterrupt / },
12- { title: "pinMode()", url: https://www .arduino.cc/reference/en/language/ functions/digital-io/pinmode / },
13- { title: "String()", url: https://www .arduino.cc/reference/en/language/ variables/data-types/stringobject / },
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 / },
11+ { title: "attachInterrupt()", url: https://docs .arduino.cc/language- reference/en/functions/external-interrupts/attachInterrupt / },
12+ { title: "pinMode()", url: https://docs .arduino.cc/language- reference/en/functions/digital-io/pinMode / },
13+ { title: "String()", url: https://docs .arduino.cc/language- reference/en/variables/data-types/stringObject / },
1414 ]
1515---
0 commit comments