Initial commit

This commit is contained in:
Nigreon 2023-09-01 03:24:45 +02:00
commit 82c0bcc836
6 changed files with 880 additions and 0 deletions

View file

@ -0,0 +1,8 @@
/ {
vbatt {
compatible = "voltage-divider";
io-channels = <&adc 4>;
output-ohms = <4600>;
full-ohms = <(4600 + 3230)>;
};
};