Skip to content

Commit

Permalink
Update LR links (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo-it authored Oct 23, 2024
1 parent fa0d46f commit f2a2896
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/programming/01.language-reference/language-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ external: true
icon: IconArduino
links:
[
{ title: "Serial", url: https://www.arduino.cc/reference/en/language/functions/communication/serial/ },
{ title: "Wire", url: https://www.arduino.cc/reference/en/language/functions/communication/wire/ },
{ title: "Print", url: https://www.arduino.cc/reference/en/language/functions/communication/print/ },
{ title: "attachInterrupt()", url: https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/ },
{ title: "pinMode()", url: https://www.arduino.cc/reference/en/language/functions/digital-io/pinmode/ },
{ title: "String()", url: https://www.arduino.cc/reference/en/language/variables/data-types/stringobject/ },
{ title: "Serial", url: https://docs.arduino.cc/language-reference/en/functions/communication/Serial/ },
{ title: "Wire", url: https://docs.arduino.cc/language-reference/en/functions/communication/Wire/ },
{ title: "Print", url: https://docs.arduino.cc/language-reference/en/functions/communication/Print/ },
{ title: "attachInterrupt()", url: https://docs.arduino.cc/language-reference/en/functions/external-interrupts/attachInterrupt/ },
{ title: "pinMode()", url: https://docs.arduino.cc/language-reference/en/functions/digital-io/pinMode/ },
{ title: "String()", url: https://docs.arduino.cc/language-reference/en/variables/data-types/stringObject/ },
]
---

0 comments on commit f2a2896

Please sign in to comment.