Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5884037

Browse files
authored
Merge pull request#256 from JoanVC100/main
unoq: fix: reversed A4 and A5 ADC channels and clarify pin assignments
2 parentscaac4f2 +66be931 commit5884037

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎variants/arduino_uno_q_stm32u585xx/arduino_uno_q_stm32u585xx.overlay‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,12 @@
313313
control-gpios = <&gpiog 13 GPIO_ACTIVE_HIGH>; /* Internal SPI RDY */
314314
analog-switch-gpios = <&gpioa 2 GPIO_ACTIVE_HIGH>; /* Analog switch for VREF */
315315

316-
io-channels =<&adc1 9>,
317-
<&adc1 10>,
318-
<&adc1 11>,
319-
<&adc1 12>,
320-
<&adc11>,
321-
<&adc12>;
316+
io-channels =<&adc1 9>, /* A0 - PA4 */
317+
<&adc1 10>, /* A1 - PA5 */
318+
<&adc1 11>, /* A2 - PA6 */
319+
<&adc1 12>, /* A3 - PA7 */
320+
<&adc12>, /* A4 - PC1 */
321+
<&adc11>; /* A5 - PC0 */
322322

323323
dac = <&dac1>;
324324
dac-channels = <1>, <2>;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp