From 18295f0dfb86d657aaf4e337eb460af9c8ff73cc Mon Sep 17 00:00:00 2001 From: phylax2020 <61159697+phylax2020@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:46:50 +0100 Subject: [PATCH] Update functions.md Vor Aufruf waitForInterrupt muss waitForInterruptInit aufgerufen werden. --- documentation/deutsch/functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/deutsch/functions.md b/documentation/deutsch/functions.md index 114faa3..d759b50 100644 --- a/documentation/deutsch/functions.md +++ b/documentation/deutsch/functions.md @@ -357,7 +357,7 @@ int waitForInterrupt (int pin, int mS) ``Rückgabewert``: Fehler > 0 ... Erfolgreich > -1 ... GPIO Device Chip nicht erfolgreich geöffnet -> -2 ... ISR wurde nicht registriert (wiringPiISR muss aufgerufen werden) +> -2 ... ISR wurde nicht registriert (waitForInterruptInit muss aufgerufen werden) ## Hardware PWM (Pulsweitenmodulation) @@ -564,4 +564,4 @@ if (fd>0) { ## SPI - Bus -... \ No newline at end of file +...