From: Guy McSwain Date: Fri, 26 Jun 2020 03:26:41 +0000 (-0500) Subject: Fix issue #356, document wave_tx_at API is not supported on chained waves. X-Git-Tag: archive/raspbian/1.78-1+rpi1^2~4^2~4^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c5b27f41d4796204008138f580adf1d288bf335;p=pigpio.git Fix issue #356, document wave_tx_at API is not supported on chained waves. --- diff --git a/pigpio.h b/pigpio.h index 7aa6f78..c318515 100644 --- a/pigpio.h +++ b/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: diff --git a/pigpio.py b/pigpio.py index 2d418b1..7fc80a5 100644 --- a/pigpio.py +++ b/pigpio.py @@ -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: diff --git a/pigpiod_if2.h b/pigpiod_if2.h index 79d0223..9700cc0 100644 --- a/pigpiod_if2.h +++ b/pigpiod_if2.h @@ -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*]). diff --git a/pigs.1 b/pigs.1 index b315910..8fa4337 100644 --- a/pigs.1 +++ b/pigs.1 @@ -4823,7 +4823,7 @@ $ pigs wvas 7 38400 8 2 0 0x41 0x42 .br This command returns the id of the waveform currently -being transmitted. +being transmitted. Note: chained waves are not supported. .br Returns the waveform id or one of the following special