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: content/docs/reference/microcontrollers/boards/arduino-uno.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
---
2
2
title: "Arduino Uno"
3
3
weight: 2
4
+
image: /images/boards/arduino.svg
4
5
---
5
6
7
+

8
+
6
9
The [Arduino Uno](https://store.arduino.cc/arduino-uno-rev3) is based on the AVR [ATmega328p](https://www.microchip.com/wwwproducts/en/ATmega328p) microcontroller.
7
10
8
11
Note: the AVR backend of LLVM is still experimental so you may encounter bugs.
@@ -46,7 +49,7 @@ Note: the AVR backend of LLVM is still experimental so you may encounter bugs.
46
49
47
50
## Machine Package Docs
48
51
49
-
[Documentation for the machine package for the Arduino Uno](../../machine/arduino)
52
+
[Documentation for the machine package for the Arduino Uno](../../machine/arduino-uno)
0 commit comments