From b00f6ad5e14f36e10dc20c68bfc890186af451fc Mon Sep 17 00:00:00 2001 From: AnalysIR Date: Wed, 19 Aug 2015 23:24:59 +0100 Subject: [PATCH] Update parameters for mark,space and sendraw parameters changed from int to unsigned int to allow longer mark/space durations and signal length. hz changed to allow for potential future use of 455kHz carrier frequency. (Ther may be existing modes to the library, using this frequency) --- IRremote.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IRremote.h b/IRremote.h index fcfb0b8..898bd15 100644 --- a/IRremote.h +++ b/IRremote.h @@ -255,9 +255,9 @@ class IRsend void custom_delay_usec (unsigned long uSecs); void enableIROut (int khz) ; - void mark (int usec) ; - void space (int usec) ; - void sendRaw (unsigned int buf[], unsigned char len, unsigned char hz) ; + void mark (unsigned int usec) ; + void space (unsigned int usec) ; + void sendRaw (unsigned int buf[], unsigned int len, unsigned int hz) ; //...................................................................... # if SEND_RC5