mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-11 08:56:14 +00:00
fixed previous commit
This commit is contained in:
@@ -256,7 +256,7 @@ class IRsend
|
||||
void enableIROut (int khz) ;
|
||||
void mark (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
|
||||
|
||||
Reference in New Issue
Block a user