mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-11 08:56:14 +00:00
Fixed delay method by replacing delayMicroseconds call with a loop if
it is too long.
This commit is contained in:
@@ -253,10 +253,11 @@ class IRsend
|
||||
public:
|
||||
IRsend () { }
|
||||
|
||||
void enableIROut (int khz) ;
|
||||
void mark (int usec) ;
|
||||
void space (int usec) ;
|
||||
void sendRaw (unsigned int buf[], unsigned char len, unsigned char hz) ;
|
||||
void custom_delay_ms (unsigned int time);
|
||||
void enableIROut (int khz) ;
|
||||
void mark (int usec) ;
|
||||
void space (int usec) ;
|
||||
void sendRaw (unsigned int buf[], unsigned char len, unsigned char hz) ;
|
||||
|
||||
//......................................................................
|
||||
# if SEND_RC5
|
||||
|
||||
Reference in New Issue
Block a user