proxmark3/client/src/cmdhfwaveshare.h

11 lines
283 B
C
Raw Normal View History

//-----------------------------------------------------------------------------
// Waveshare commands
//-----------------------------------------------------------------------------
2020-09-13 15:37:35 +08:00
#ifndef CMDHFWAVESHARE_H__
#define CMDHFWAVESHARE_H__
int CmdHFWaveshare(const char *Cmd);
#endif