From ab2281b1296ce640da727ba7aabfce983160a0f7 Mon Sep 17 00:00:00 2001 From: V205Github <138826219+V205Github@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:39:03 -0700 Subject: [PATCH 1/3] Update eeprom-guide.md --- content/learn/03.programming/07.eeprom-guide/eeprom-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md b/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md index 4e6652a803..8e4241de98 100644 --- a/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md +++ b/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md @@ -11,7 +11,8 @@ Functions in the **EEPROM** class is automatically included with the platform fo ## Hardware Required All of the following boards have an EEPROM: - +- [Arduino UNO Rev.4 Minima](https://store-usa.arduino.cc/products/uno-r4-minima) +- [Arduino UNO Rev.4 WiFi](https://store-usa.arduino.cc/products/uno-r4-wifi) - [Arduino UNO Rev.3](https://store.arduino.cc/products/arduino-uno-rev3/) - [Arduino UNO WiFi Rev.2](https://store.arduino.cc/arduino-uno-wiFi-rev2) - [Arduino Mega 2560 Rev.3](https://store.arduino.cc/products/arduino-mega-2560-rev3) From e23b72aaa7a401abf38b21edeb24bd05a7aed565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= <60390259+jacobhylen@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:32:29 +0200 Subject: [PATCH 2/3] Apply suggestions from code review --- content/learn/03.programming/07.eeprom-guide/eeprom-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md b/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md index 8e4241de98..0197632e05 100644 --- a/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md +++ b/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md @@ -11,8 +11,8 @@ Functions in the **EEPROM** class is automatically included with the platform fo ## Hardware Required All of the following boards have an EEPROM: -- [Arduino UNO Rev.4 Minima](https://store-usa.arduino.cc/products/uno-r4-minima) -- [Arduino UNO Rev.4 WiFi](https://store-usa.arduino.cc/products/uno-r4-wifi) +- [Arduino UNO R4 Minima](https://store-usa.arduino.cc/products/uno-r4-minima) +- [Arduino UNO R4 WiFi](https://store-usa.arduino.cc/products/uno-r4-wifi) - [Arduino UNO Rev.3](https://store.arduino.cc/products/arduino-uno-rev3/) - [Arduino UNO WiFi Rev.2](https://store.arduino.cc/arduino-uno-wiFi-rev2) - [Arduino Mega 2560 Rev.3](https://store.arduino.cc/products/arduino-mega-2560-rev3) From 0773c8b7d2ea7e50accf9dadf29949259e7d6ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= <60390259+jacobhylen@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:35:13 +0200 Subject: [PATCH 3/3] Apply suggestions from code review --- content/learn/03.programming/07.eeprom-guide/eeprom-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md b/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md index 0197632e05..963850f3a3 100644 --- a/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md +++ b/content/learn/03.programming/07.eeprom-guide/eeprom-guide.md @@ -11,8 +11,8 @@ Functions in the **EEPROM** class is automatically included with the platform fo ## Hardware Required All of the following boards have an EEPROM: -- [Arduino UNO R4 Minima](https://store-usa.arduino.cc/products/uno-r4-minima) -- [Arduino UNO R4 WiFi](https://store-usa.arduino.cc/products/uno-r4-wifi) +- [Arduino UNO R4 Minima](https://store.arduino.cc/products/uno-r4-minima) +- [Arduino UNO R4 WiFi](https://store.arduino.cc/products/uno-r4-wifi) - [Arduino UNO Rev.3](https://store.arduino.cc/products/arduino-uno-rev3/) - [Arduino UNO WiFi Rev.2](https://store.arduino.cc/arduino-uno-wiFi-rev2) - [Arduino Mega 2560 Rev.3](https://store.arduino.cc/products/arduino-mega-2560-rev3)