Major changes to hf mf mifare

This commit is contained in:
martin.holst@gmail.com
2013-06-26 21:13:02 +00:00
parent 1bad971361
commit e772353f72
7 changed files with 365 additions and 99 deletions

View File

@@ -17,5 +17,5 @@ void UsbCommandReceived(UsbCommand *UC);
void CommandReceived(char *Cmd);
bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
bool WaitForResponse(uint32_t cmd, UsbCommand* response);
void clearCommandBuffer();
#endif