From 46bd2ba42d186a81d7ad7e4a55e03dd63b2d042f Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 3 Mar 2013 19:30:43 +0000 Subject: Imported Upstream version 2.1.8.20121218 --- cphidgetir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cphidgetir.h') 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. -- cgit v1.2.3