no message

This commit is contained in:
2024-11-28 15:13:35 +01:00
parent 8568c55037
commit 5f29d42f2b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ class CC100_HW extends IPSModule
private $DigOutPID = "/sys/kernel/dout_drv/DOUT_DATA"; private $DigOutPID = "/sys/kernel/dout_drv/DOUT_DATA";
private $PT1PID = "/sys/bus/iio/devices/iio:device2/in_voltage13_raw"; private $PT1PID = "/sys/bus/iio/devices/iio:device2/in_voltage13_raw";
private $PT2PID = "/sys/bus/iio/devices/iio:device2/in_voltage1_raw"; private $PT2PID = "/sys/bus/iio/devices/iio:device2/in_voltage1_raw";
private $DIN_FILE = "/sys/bus/iio/devices/iio:device2/in_voltage1_raw"; private $DIN_FILE = "/sys/devices/platform/soc/44009000.spi/spi_master/spi0/spi0.0/din";
private $waitingTime = 1; // Waiting time (in ms) for a new attempt to write a digital output (if file is blocked) private $waitingTime = 1; // Waiting time (in ms) for a new attempt to write a digital output (if file is blocked)
private $maxTime = 5000; // Max time (in ms) for the writing process private $maxTime = 5000; // Max time (in ms) for the writing process

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.167", "version": "0.168",
"build": 0, "build": 0,
"date": 0 "date": 0
} }