mirror of https://github.com/joan2937/pigpio
Add warning regarding reusing wave ids in flight
This commit is contained in:
parent
c33738a320
commit
12c048889a
3
pigpio.h
3
pigpio.h
|
@ -2078,6 +2078,9 @@ end of a cycle or finish before starting the new waveform.
|
|||
WARNING: bad things may happen if you delete the previous
|
||||
waveform before it has been synced to the new waveform.
|
||||
|
||||
WARNING: bad things may happen if the same wave_id is queued
|
||||
more than once before it has finished sending.
|
||||
|
||||
NOTE: Any hardware PWM started by [*gpioHardwarePWM*] will be cancelled.
|
||||
|
||||
. .
|
||||
|
|
Loading…
Reference in New Issue