Commit 66be931
authored
unoq: fix: reversed A4 and A5 ADC channels and clarify pin assignments
Correct the io-channels ordering so that A4 maps to PC1 (ADC1 Channel 2) and
A5 maps to PC0 (ADC1 Channel 1).
The corresponding channels can be found in the STM datasheet on page 111. Also,
add some comments to clarify which pins are being used.1 parent 46a7877 commit 66be931
File tree
1 file changed
+6
-6
lines changed- variants/arduino_uno_q_stm32u585xx
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
0 commit comments