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.
1 parent c9da366 commit 4c54e23Copy full SHA for 4c54e23
samples/drivers/adc/boards/nucleo_h7a3zi_q.overlay
@@ -0,0 +1,9 @@
1
+/* Copyright (c) 2021 STMicroelectronics
2
+ SPDX-License-Identifier: Apache-2.0 */
3
+
4
+ / {
5
+ zephyr,user {
6
+ /* adjust channel number according to pinmux in board.dts */
7
+ io-channels = <&adc1 15>;
8
+ };
9
+};
0 commit comments