mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
lean up event model so that this will work under OS X (and hopefully Linux)
still need to refactor some stuff -- lots of code duplication here that we can get rid of
This commit is contained in:
parent
aa81a8d3f1
commit
9b25560889
5 changed files with 395 additions and 447 deletions
|
@ -14,7 +14,8 @@ typedef WORD uint16_t;
|
|||
// prox.cpp
|
||||
void ReceiveCommand(UsbCommand *c);
|
||||
bool ReceiveCommandPoll(UsbCommand *c);
|
||||
void SendCommand(UsbCommand *c, bool);
|
||||
void SendCommand(UsbCommand *c);
|
||||
void WaitForAck(void);
|
||||
void wait_for_response(uint32_t command_type);
|
||||
|
||||
// gui.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue