Skip to content

Commit 4c54e23

Browse files
manoj153nashif
authored andcommitted
samples: drivers: nucleo_h7a3zi_q: Configuring ADC sample application
I tested ADC sample on the board mentioned above 0v = 0 3.3v = 4095 Signed-off-by: Manojkumar Subramaniam <[email protected]>
1 parent c9da366 commit 4c54e23

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)