Skip to content

Commit 68fdbfc

Browse files
Update cheat-sheet.md
fix: Table of IO pins - Change type of pin A0 from "Digital" to "Analog". Change type of pin A3 from "Analog In" to "Analog" to account for the fact that it is also the OpAmp output.
1 parent 7b5209e commit 68fdbfc

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ If you just need a quick overview of the pins functionality, this is a full tabl
101101
| D11 | Digital | SPI (COPI), GPIO pin, PWM |
102102
| D12 | Digital | SPI (CIPO), GPIO pin |
103103
| D13 | Digital | SPI (SCK), GPIO pin, Built-in LED |
104-
| A0 | Digital | Analog In, DAC |
104+
| A0 | Analog | Analog In, DAC OUT |
105105
| A1 | Analog in | Analog In, OPAMP + |
106106
| A2 | Analog in | Analog In, OPAMP - |
107-
| A3 | Analog in | Analog In, OPAMP OUT |
107+
| A3 | Analog | Analog In, OPAMP OUT |
108108
| A4 | Analog in | Analog In, SDA\* |
109109
| A5 | Analog in | Analog In, SCL\* |
110110

0 commit comments

Comments
 (0)