We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caac4f2 + 66be931 commit 5884037Copy full SHA for 5884037
variants/arduino_uno_q_stm32u585xx/arduino_uno_q_stm32u585xx.overlay
@@ -313,12 +313,12 @@
313
control-gpios = <&gpiog 13 GPIO_ACTIVE_HIGH>; /* Internal SPI RDY */
314
analog-switch-gpios = <&gpioa 2 GPIO_ACTIVE_HIGH>; /* Analog switch for VREF */
315
316
- io-channels = <&adc1 9>,
317
- <&adc1 10>,
318
- <&adc1 11>,
319
- <&adc1 12>,
320
- <&adc1 1>,
321
- <&adc1 2>;
+ io-channels = <&adc1 9>, /* A0 - PA4 */
+ <&adc1 10>, /* A1 - PA5 */
+ <&adc1 11>, /* A2 - PA6 */
+ <&adc1 12>, /* A3 - PA7 */
+ <&adc1 2>, /* A4 - PC1 */
+ <&adc1 1>; /* A5 - PC0 */
322
323
dac = <&dac1>;
324
dac-channels = <1>, <2>;
0 commit comments