From 1322cb23dd3416b334e1c835e1ed2cba6e892b0b Mon Sep 17 00:00:00 2001 From: mstroh Date: Fri, 28 Feb 2025 17:58:06 +0100 Subject: [PATCH] #324 waitForInterrupt dont use --- documentation/deutsch/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/deutsch/functions.md b/documentation/deutsch/functions.md index 589386f..74fa7d4 100644 --- a/documentation/deutsch/functions.md +++ b/documentation/deutsch/functions.md @@ -345,7 +345,7 @@ int main (void) { ### waitForInterrupt -Wartet auf einen Aufruf der Interrupt Service Routine (ISR) mit Timeout. +Wartet auf einen zuvor definierten Interrupt (wiringPiISR) am GPIO Pin. Diese Funktion sollte nicht verwendet werden. >>> ```C