From c6945bb450b375d737ae51078f3ec441bb17efa3 Mon Sep 17 00:00:00 2001 From: phylax2020 Date: Wed, 29 Jan 2025 09:45:16 +0100 Subject: [PATCH] functions.md --- documentation/deutsch/functions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/deutsch/functions.md b/documentation/deutsch/functions.md index 7af3db9..67008ea 100644 --- a/documentation/deutsch/functions.md +++ b/documentation/deutsch/functions.md @@ -354,7 +354,8 @@ 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, \>0 wartet maximal mS Millisekunden. + ``bouncetime``: Entprellzeit in Millisekunden, 0 schaltet Entprellen ab ``Rückgabewert``: