From 5f29d42f2bd74756ed00d5e0bbca7d7b15ac56de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 28 Nov 2024 15:13:35 +0100 Subject: [PATCH] no message --- CC100_HW/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CC100_HW/module.php b/CC100_HW/module.php index 033a644..5a305df 100644 --- a/CC100_HW/module.php +++ b/CC100_HW/module.php @@ -5,7 +5,7 @@ class CC100_HW extends IPSModule private $DigOutPID = "/sys/kernel/dout_drv/DOUT_DATA"; private $PT1PID = "/sys/bus/iio/devices/iio:device2/in_voltage13_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 $maxTime = 5000; // Max time (in ms) for the writing process diff --git a/library.json b/library.json index aaa8969..6aca1e1 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.167", + "version": "0.168", "build": 0, "date": 0 } \ No newline at end of file