mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-03 09:45:14 +00:00
11 lines
283 B
C
11 lines
283 B
C
//-----------------------------------------------------------------------------
|
|
// Waveshare commands
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef CMDHFWAVESHARE_H__
|
|
#define CMDHFWAVESHARE_H__
|
|
|
|
int CmdHFWaveshare(const char *Cmd);
|
|
|
|
#endif
|