Reorder client src directories
This commit is contained in:
14
client/src/cmdlfio.h
Normal file
14
client/src/cmdlfio.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// Low frequency Kantech IOProx commands
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef CMDLFIO_H__
|
||||
#define CMDLFIO_H__
|
||||
|
||||
#include "common.h"
|
||||
|
||||
int CmdLFIO(const char *Cmd);
|
||||
|
||||
int demodIOProx(void);
|
||||
int getIOProxBits(uint8_t version, uint8_t fc, uint16_t cn, uint8_t *bits);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user