functions.md
This commit is contained in:
@@ -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``:
|
||||
|
||||
Reference in New Issue
Block a user