Added suport for user defined IR reception feedback LED

This commit is contained in:
madmalkav
2015-07-31 20:58:04 +02:00
parent 295cdf2e15
commit 114fe2ccd6
4 changed files with 21 additions and 5 deletions

View File

@@ -168,11 +168,12 @@ class IRrecv
{
public:
IRrecv (int recvpin) ;
IRrecv (int recvpin, int blinkpin);
void blink13 (int blinkflag) ;
int decode (decode_results *results) ;
void enableIRIn ( ) ;
bool isIdle ( ) ;
bool isIdle ( ) ;
void resume ( ) ;
private: