mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-13 09:56:16 +00:00
This commit is contained in:
@@ -138,7 +138,7 @@ void IRrecv::blink13 (int blinkflag)
|
|||||||
//
|
//
|
||||||
bool IRrecv::isIdle ( )
|
bool IRrecv::isIdle ( )
|
||||||
{
|
{
|
||||||
return (irparams.rcvstate == STATE_IDLE || irparams.rcvstate == STATE_STOP) ? true : false;
|
return (irparams.rcvstate == STATE_IDLE || irparams.rcvstate == STATE_STOP) ? true : false;
|
||||||
}
|
}
|
||||||
//+=============================================================================
|
//+=============================================================================
|
||||||
// Restart the ISR state machine
|
// Restart the ISR state machine
|
||||||
|
|||||||
Reference in New Issue
Block a user