Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
[HIBIKE] Update RFID firmware to divide by 2 to distribute odds and e…
Browse files Browse the repository at this point in the history
…vens (#261)
  • Loading branch information
onibrow authored and brandonxxlee committed Mar 11, 2017
1 parent 8dc765d commit f98647a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hibike/devices/RFID/rfid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void loop() {
}
// Grab first byte of ID
id = mfrc522.uid.uidByte[0];
id = id / 2;
tag_detect = 1;
del = false;
}
Expand Down

0 comments on commit f98647a

Please sign in to comment.