Removed blinking led

It is difficult to maintain this over different architectures and also
not entirely that useful.

Fixes #462
This commit is contained in:
Rafi Khan
2017-08-13 11:42:39 -06:00
parent 31968a4875
commit a406f3b9f9
6 changed files with 3 additions and 58 deletions

View File

@@ -172,9 +172,8 @@ class IRrecv
{
public:
IRrecv (int recvpin) ;
IRrecv (int recvpin, int blinkpin);
IRrecv (int recvpin);
void blink13 (int blinkflag) ;
int decode (decode_results *results) ;
void enableIRIn ( ) ;
bool isIdle ( ) ;