proxmark3/client/src/cmdhfwaveshare.h

11 lines
283 B
C
Raw Normal View History

//-----------------------------------------------------------------------------
// Waveshare commands
//-----------------------------------------------------------------------------
#ifndef CMDHFWQVESHARE_H__
#define CMDHFWAVESHARE_H__
int CmdHFWaveshare(const char *Cmd);
#endif