Skip to content

Commit

Permalink
RFID output deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
dieguich committed Dec 16, 2013
1 parent 2e2047d commit 0dc6ad4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ void loop() {
if (isStable){
controlCoffeMade(currentToMeasure); // to read the the RMS current flow [0..30A]
if (Serial3.available() > 0) {
Serial.println("RFID");
rfidReadMug();
}
else if(!prevWasCoffee && (millis() > timeRfidDetected + 120000)){
Expand Down

0 comments on commit 0dc6ad4

Please sign in to comment.