Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 78d68ee

Browse files
Adding links to EEPROM learn and fixing wrong links
1 parent eb2cbb5 commit 78d68ee

File tree

6 files changed

+14
-3
lines changed

6 files changed

+14
-3
lines changed

‎content/hardware/02.hero/boards/due/features.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The Due has 12 analog input pins, and 2 DAC pins.
3434

3535
Use the Due as USB host for peripherals such as mice connected to the SerialUSB port.
3636

37-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier-rev2/cheat-sheet#leds"/>
38-
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
37+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/due/keyboard-controller"/>
38+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/usbhost/"/>
3939
</Feature>
4040

4141
<Feature title="Battery Connector" image="power">

‎content/hardware/02.hero/boards/leonardo/features.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The Arduino Leonardo is a microcontroller board based on the ATmega32u4. It has
1010

1111
The Arduino Leonardo has built-in USB communication that allows the Micro to appear as a mouse/keyboard on your machine.
1212

13+
<FeatureLink variant="secondary" title="Keyboard Library" url="https://www.arduino.cc/reference/en/language/functions/usb/keyboard/"/>
14+
<FeatureLink variant="secondary" title="Mouse Library" url="https://www.arduino.cc/reference/en/language/functions/usb/mouse/"/>
1315
</Feature>
1416

1517
<Feature title="Battery Connector" image="power">

‎content/hardware/02.hero/boards/mega-2560/features.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The Arduino Mega 2560 is a microcontroller board based on the ATmega2560. It has
1111

1212
The ATmega2560 features 4kb (4096 bytes) of EEPROM, a memory which is not erased when powered off.
1313

14+
<FeatureLink variant="primary" title="Documentation" url="/learn/programming/eeprom-guide"/>
1415
</Feature>
1516

1617
<Feature title="54 digital & 16 analog pins" image="hw-pin">

‎content/hardware/02.hero/boards/uno-rev3-smd/features.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The "SMD" stands for surface-mount device, and the microcontroller (ATmega328p)
1212

1313
The ATmega328P also features 1kb of EEPROM, a memory which is not erased when powered off.
1414

15+
<FeatureLink variant="primary" title="Documentation" url="/learn/programming/eeprom-guide"/>
1516
</Feature>
1617

1718
<Feature title="Battery Connector" image="power">

‎content/hardware/02.hero/boards/uno-rev3/features.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The ATmega328P can easily be replaced, as it is not soldered to the board.
1616

1717
The ATmega328P also features 1kb of EEPROM, a memory which is not erased when powered off.
1818

19+
<FeatureLink variant="primary" title="Documentation" url="/learn/programming/eeprom-guide"/>
1920
</Feature>
2021

2122
<Feature title="Battery Connector" image="power">

‎content/hardware/02.hero/boards/zero/features.md‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ The Zero comes with a built-in debugger, which can be used with the Arduino IDE
1515
<FeatureLink variant="primary" title="Documentation" url="/tutorials/zero/debugging-with-zero"/>
1616
</Feature>
1717

18-
<Feature title="Battery Connector" image="power">
18+
<Feature title="Battery Connector" image="connection">
1919

2020
The Arduino Zero features a barrel plug connector, that works great with a standard 9V battery.
2121

22+
</Feature>
23+
24+
<Feature title="Low Power Support" image="power">
25+
26+
This board can be optimized to reduce power consumption via the Arduino Low Power library.
27+
2228
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino-low-power/"/>
2329
</Feature>
2430

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /