mirror of https://github.com/joan2937/pigpio
Fix issue #356, document wave_tx_at API is not supported on chained waves.
This commit is contained in:
parent
9fe95e831c
commit
11c75ee5ea
2
pigpio.h
2
pigpio.h
|
@ -2181,7 +2181,7 @@ D*/
|
|||
int gpioWaveTxAt(void);
|
||||
/*D
|
||||
This function returns the id of the waveform currently being
|
||||
transmitted.
|
||||
transmitted using [*gpioWaveTxSend*]. Chained waves are not supported.
|
||||
|
||||
Returns the waveform id or one of the following special values:
|
||||
|
||||
|
|
|
@ -2466,7 +2466,7 @@ class pi():
|
|||
def wave_tx_at(self):
|
||||
"""
|
||||
Returns the id of the waveform currently being
|
||||
transmitted.
|
||||
transmitted using [*wave_send**]. Chained waves are not supported.
|
||||
|
||||
Returns the waveform id or one of the following special
|
||||
values:
|
||||
|
|
|
@ -1609,7 +1609,7 @@ D*/
|
|||
int wave_tx_at(int pi);
|
||||
/*D
|
||||
This function returns the id of the waveform currently being
|
||||
transmitted.
|
||||
transmitted by [*wave_send**]. Chained waves are not supported.
|
||||
|
||||
. .
|
||||
pi: >=0 (as returned by [*pigpio_start*]).
|
||||
|
|
Loading…
Reference in New Issue