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)
This commit is contained in:
AnalysIR
2015-08-19 23:24:59 +01:00
parent 23ac8dc109
commit b00f6ad5e1

View File

@@ -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