/* * zig_operate.h * * Created on: 2019. 7. 26. * Author: parkyj */ #ifndef ZIG_OPERATE_H_ #define ZIG_OPERATE_H_ #include "main.h" bool RF_Ctrl_Main(uint8_t* data_buf); #endif /* ZIG_OPERATE_H_ */