mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-11 08:56:14 +00:00
changed irsendraw parameter to const, #227
This commit is contained in:
@@ -257,7 +257,7 @@ class IRsend
|
||||
void enableIROut (int khz) ;
|
||||
void mark (unsigned int usec) ;
|
||||
void space (unsigned int usec) ;
|
||||
void sendRaw (unsigned int buf[], unsigned int len, unsigned int hz) ;
|
||||
void sendRaw (const unsigned int buf[], unsigned int len, unsigned int hz) ;
|
||||
|
||||
//......................................................................
|
||||
# if SEND_RC5
|
||||
|
||||
Reference in New Issue
Block a user