add dump firmware version to serial

This commit is contained in:
Rotzbua
2016-01-04 05:53:23 +01:00
parent 51a38a04de
commit f7f2d5d02d
5 changed files with 30 additions and 44 deletions

View File

@@ -387,6 +387,7 @@ public:
// old function used too much memory, now name moved to flash; if you need char, copy from flash to memory
//const char *PICC_GetTypeName(byte type);
const __FlashStringHelper *PICC_GetTypeName(PICC_Type type);
void PCD_DumpVersionToSerial();
void PICC_DumpToSerial(Uid *uid);
void PICC_DumpMifareClassicToSerial(Uid *uid, PICC_Type piccType, MIFARE_Key *key);
void PICC_DumpMifareClassicSectorToSerial(Uid *uid, MIFARE_Key *key, byte sector);