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);
|
int gpioWaveTxAt(void);
|
||||||
/*D
|
/*D
|
||||||
This function returns the id of the waveform currently being
|
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:
|
Returns the waveform id or one of the following special values:
|
||||||
|
|
||||||
|
|
|
@ -2466,7 +2466,7 @@ class pi():
|
||||||
def wave_tx_at(self):
|
def wave_tx_at(self):
|
||||||
"""
|
"""
|
||||||
Returns the id of the waveform currently being
|
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
|
Returns the waveform id or one of the following special
|
||||||
values:
|
values:
|
||||||
|
|
|
@ -1609,7 +1609,7 @@ D*/
|
||||||
int wave_tx_at(int pi);
|
int wave_tx_at(int pi);
|
||||||
/*D
|
/*D
|
||||||
This function returns the id of the waveform currently being
|
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*]).
|
pi: >=0 (as returned by [*pigpio_start*]).
|
||||||
|
|
2
pigs.1
2
pigs.1
|
@ -4823,7 +4823,7 @@ $ pigs wvas 7 38400 8 2 0 0x41 0x42
|
||||||
|
|
||||||
.br
|
.br
|
||||||
This command returns the id of the waveform currently
|
This command returns the id of the waveform currently
|
||||||
being transmitted.
|
being transmitted. Note: chained waves are not supported.
|
||||||
|
|
||||||
.br
|
.br
|
||||||
Returns the waveform id or one of the following special
|
Returns the waveform id or one of the following special
|
||||||
|
|
Loading…
Reference in New Issue