From 3370e8d137fc078e9bf001391ef7795615dfb89b Mon Sep 17 00:00:00 2001 From: phylax2020 Date: Wed, 29 Jan 2025 09:49:05 +0100 Subject: [PATCH] functions.md --- documentation/deutsch/functions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/deutsch/functions.md b/documentation/deutsch/functions.md index 67008ea..b417c4c 100644 --- a/documentation/deutsch/functions.md +++ b/documentation/deutsch/functions.md @@ -354,8 +354,7 @@ long long int waitForInterrupt (int pin, int mS, int bouncetime) ``` ``pin``: Der gewünschte Pin (BCM-, WiringPi- oder Pin-Nummer). -``mS``: Timeout in Milisekunden. -1 warten ohne timeout, 0 wartet nicht, \>0 wartet maximal mS Millisekunden. - +``mS``: Timeout in Milisekunden. -1 warten ohne timeout, 0 wartet nicht, 1...n wartet maximal mS Millisekunden. ``bouncetime``: Entprellzeit in Millisekunden, 0 schaltet Entprellen ab ``Rückgabewert``: