onenet.h 163 B

1234567891011
  1. #ifndef _ONENET_H_
  2. #define _ONENET_H_
  3. #include "main.h"
  4. _Bool OneNet_DevLink(void);
  5. void OneNet_SendData(void);
  6. void OneNet_RevPro(unsigned char *cmd);
  7. #endif