Skip to content

Commit

Permalink
Removed support enable and disable interrupts from NFC Simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
alieslam committed May 5, 2015
1 parent 3a83742 commit 54835e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/Simple/NFC/NFC.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ void setup()
{
/* Start Communication. */
OneSheeld.begin();
/* Enable Tags Interruptions. */
NFC.enableTagInterrupts();
}

void loop()
Expand Down Expand Up @@ -61,7 +59,5 @@ void loop()
case RTD_URI : Terminal.println("RTD_URI");break;
case RTD_UNSUPPORTED : Terminal.println("RTD_UNSUPPORTED");break;
}
/* Finished dealing with last Tag. */
NFC.finishedReading();
}
}

0 comments on commit 54835e3

Please sign in to comment.