Testing pm3 communication

This commit is contained in:
Philippe Teuwen 2019-04-14 17:25:17 +02:00
commit 04c0384d3e
6 changed files with 25 additions and 3 deletions

View file

@ -56,6 +56,7 @@ void clearCommandBuffer(void);
#define FLASHMODE_SPEED 460800
bool OpenProxmark(void *port, bool wait_for_port, int timeout, bool flash_mode, uint32_t speed);
int TestProxmark(void);
void CloseProxmark(void);
bool WaitForResponseTimeoutW(uint32_t cmd, UsbCommand *response, size_t ms_timeout, bool show_warning);