Initial commit
This commit is contained in:
commit
82c0bcc836
6 changed files with 880 additions and 0 deletions
8
boards/nrf52832_outdoor.overlay
Normal file
8
boards/nrf52832_outdoor.overlay
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/ {
|
||||
vbatt {
|
||||
compatible = "voltage-divider";
|
||||
io-channels = <&adc 4>;
|
||||
output-ohms = <4600>;
|
||||
full-ohms = <(4600 + 3230)>;
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue