Initial commit

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2025-01-20 16:18:28 +01:00
commit d16bd7e7f8
9 changed files with 837 additions and 0 deletions

7
config/config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"log_path": "/var/lib/cvs_monitor/",
"i2c_dev": "/dev/i2c-1",
"i2c_slave_address": 64,
"gps_dev": "/dev/ttyACM0",
"shunt_resistor": 5.0
}