Use 1-8 bit number notation

This commit is contained in:
mayatforest
2015-12-01 22:02:01 +04:00
parent f21ecec30d
commit ca66cbefd8

View File

@@ -1177,7 +1177,7 @@ byte MFRC522::PICC_GetType(byte sak ///< The SAK byte returned from PICC_Select
}
//http://www.nxp.com/documents/application_note/AN10833.pdf
//3.2 Coding of Select Acknowledge (SAK)
//ignore 7-bit
//ignore 8-bit
sak&=0x7F;
switch (sak) {
case 0x09: return PICC_TYPE_MIFARE_MINI; break;