mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-12 17:36:15 +00:00
fixed previous commit
This commit is contained in:
@@ -256,7 +256,7 @@ class IRsend
|
|||||||
void enableIROut (int khz) ;
|
void enableIROut (int khz) ;
|
||||||
void mark (int usec) ;
|
void mark (int usec) ;
|
||||||
void space (int usec) ;
|
void space (int usec) ;
|
||||||
void sendRaw (unsigned int buf[], int len, int hz) ;
|
void sendRaw (unsigned int buf[], unsigned char len, unsigned char hz) ;
|
||||||
|
|
||||||
//......................................................................
|
//......................................................................
|
||||||
# if SEND_RC5
|
# if SEND_RC5
|
||||||
|
|||||||
Reference in New Issue
Block a user