mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 12:41:49 +08:00
10 lines
283 B
C
10 lines
283 B
C
//-----------------------------------------------------------------------------
|
|
// Waveshare commands
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef CMDHFWAVESHARE_H__
|
|
#define CMDHFWAVESHARE_H__
|
|
|
|
int CmdHFWaveshare(const char *Cmd);
|
|
|
|
#endif
|