Update functions.md
Vor Aufruf waitForInterrupt muss waitForInterruptInit aufgerufen werden.
This commit is contained in:
@@ -357,7 +357,7 @@ int waitForInterrupt (int pin, int mS)
|
|||||||
``Rückgabewert``: Fehler
|
``Rückgabewert``: Fehler
|
||||||
> 0 ... Erfolgreich
|
> 0 ... Erfolgreich
|
||||||
> -1 ... GPIO Device Chip nicht erfolgreich geöffnet
|
> -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)
|
## Hardware PWM (Pulsweitenmodulation)
|
||||||
@@ -564,4 +564,4 @@ if (fd>0) {
|
|||||||
|
|
||||||
## SPI - Bus
|
## SPI - Bus
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user