Skip to content

Commit c6a59de

Browse files
Apply suggestions from code review
Co-authored-by: BenjaminDannegard <[email protected]>
1 parent 1d09eef commit c6a59de

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/vrtc-off

1 file changed

+2
-2
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/vrtc-off/vrtc-off.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: 'Jacob Hylén'
88

99
The Arduino UNO R4 WiFi features 2 pins that have not been seen before on UNO boards, the VRTC pin and the OFF pin.
1010

11-
They are used to control some of the boards functions electrically. The VRTC pin can be used to keep the onboard RTC (Real Time Clock) running even when the boards main power supply is turned off, and the OFF pin is used to turn off the board by cutting off the power.
11+
They are used to control some of the boards electrical functions. The VRTC pin can be used to keep the onboard RTC (Real Time Clock) running even when the boards main power supply is turned off, and the OFF pin is used to turn off the board by cutting off the power.
1212

1313

1414
## Goals
@@ -82,4 +82,4 @@ To use the OFF pin, all you need to do is to create a short circuit from it to a
8282

8383
## Summary
8484

85-
This short tutorial shows how to use the VRTC and OFF pins that are found on the new header on the Arduino UNO R4 WiFi, features that are brand new to the UNO family.
85+
This short tutorial showed how to use the VRTC and OFF pins that are found on the new header on the Arduino UNO R4 WiFi. These features are brand new to the UNO family.

0 commit comments

Comments
 (0)