Skip to content

Commit 7c95e21

Browse files
committed
boards: handle rename to 'Arduino Uno' to match new TinyGo release
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 476ed3b commit 7c95e21

2 files changed

Lines changed: 1194 additions & 1 deletion

File tree

content/docs/reference/microcontrollers/boards/arduino.md renamed to content/docs/reference/microcontrollers/boards/arduino-uno.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: "Arduino Uno"
33
weight: 2
4+
image: /images/boards/arduino.svg
45
---
56

7+
![Arduino UNO](/images/boards/arduino.svg)
8+
69
The [Arduino Uno](https://store.arduino.cc/arduino-uno-rev3) is based on the AVR [ATmega328p](https://www.microchip.com/wwwproducts/en/ATmega328p) microcontroller.
710

811
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.
4649

4750
## Machine Package Docs
4851

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)
5053

5154
## Installing dependencies
5255

0 commit comments

Comments
 (0)