aboutsummaryrefslogtreecommitdiffstats
path: root/cphidgetir.h
diff options
context:
space:
mode:
Diffstat (limited to 'cphidgetir.h')
-rw-r--r--cphidgetir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cphidgetir.h b/cphidgetir.h
index 84f7738..c518335 100644
--- a/cphidgetir.h
+++ b/cphidgetir.h
@@ -76,7 +76,7 @@ PHIDGET21_API int CCONV CPhidgetIR_TransmitRepeat(CPhidgetIRHandle phid);
* Transmits RAW data as a series of pulses and spaces.
* @param phid An attached phidget ir handle.
* @param data The data to send. The array must start and end with a pulse and each element is a positive time in us.
- * @param length The length of the data array. Maximum length is 1024, but streams should be kept much shorter, ie. < 100ms between gaps.
+ * @param length The length of the data array. Maximum length is 200, but streams should be kept much shorter, ie. < 100ms between gaps.
* @param carrierFrequency The Carrier Frequency in Hz. leave as 0 for default.
* @param dutyCycle The Duty Cycle (10-50). Leave as 0 for default.
* @param gap The gap time in us. This guarantees a gap time (no transmitting) after the data is sent, but can be set to 0.