proxmark3/client/src/cmdhfwaveshare.h
2020-09-13 09:37:35 +02:00

11 lines
283 B
C

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