Skip to content

Commit ab14c86

Browse files
committed
Update cheat-sheet.md
1 parent a408fbf commit ab14c86

File tree

1 file changed

+6
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet

1 file changed

+6
-1
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,12 @@ The **UNO R4 WiFi** has 6 analog input pins (A0-A5) that can be read by using th
130130
value = analogRead(pin, value);
131131
```
132132

133-
The reference voltage of these pins is 3.3V.
133+
The reference voltage of these pins is 5V.
134+
135+
The default resolution is set to 10-bit, but can be updated to 12 and 14-bit resolutions. To do so, use the following method in the `setup()` of your sketch.
136+
- `analogReadResolution(10)` (default)
137+
- `analogReadResolution(12)`
138+
- `analogReadResolution(14)`
134139

135140
### OPAMP Pins
136141

0 commit comments

Comments
 (0)