zig_operate.h 212 B

123456789101112131415
  1. /*
  2. * zig_operate.h
  3. *
  4. * Created on: 2019. 7. 26.
  5. * Author: parkyj
  6. */
  7. #ifndef ZIG_OPERATE_H_
  8. #define ZIG_OPERATE_H_
  9. #include "main.h"
  10. bool RF_Ctrl_Main(uint8_t* data_buf);
  11. #endif /* ZIG_OPERATE_H_ */