added isIdle Method for receiving, #48

This commit is contained in:
Rafi Khan
2015-07-23 19:39:46 -06:00
parent dcd06fa0ef
commit 1e519b1bf3
3 changed files with 12 additions and 5 deletions

View File

@@ -172,6 +172,7 @@ class IRrecv
void blink13 (int blinkflag) ;
int decode (decode_results *results) ;
void enableIRIn ( ) ;
bool isIdle ( ) ;
void resume ( ) ;
private: