this file is not needed

This commit is contained in:
openshwprojects
2022-04-15 10:15:57 +02:00
parent 357d79d588
commit c6348004be

View File

@@ -1,53 +0,0 @@
/*
* @Author: yj
* @email: shiliu.yang@tuya.com
* @LastEditors: yj
* @file name: tuya_device.c
* @Description: template demo for SDK WiFi & BLE for BK7231T
* @Copyright: HANGZHOU TUYA INFORMATION TECHNOLOGY CO.,LTD
* @Company: http://www.tuya.com
* @Date: 2021-01-23 16:33:00
* @LastEditTime: 2021-01-27 17:00:00
*/
#ifndef _TUYA_DEVICE_H
#define _TUYA_DEVICE_H
/* Includes ------------------------------------------------------------------*/
#include "tuya_cloud_error_code.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#ifdef _TUYA_DEVICE_GLOBAL
#define _TUYA_DEVICE_EXT
#else
#define _TUYA_DEVICE_EXT extern
#endif /* _TUYA_DEVICE_GLOBAL */
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
/* Exported macro ------------------------------------------------------------*/
// device information define
#define DEV_SW_VERSION USER_SW_VER
#define PRODECT_ID "rg2urjcogbu14wci"
/* Exported functions ------------------------------------------------------- */
/**
* @Function: device_init
* @Description: 设备初始化处理
* @Input: none
* @Output: none
* @Return: OPRT_OK: success Other: fail
* @Others: none
*/
_TUYA_DEVICE_EXT \
OPERATE_RET device_init(VOID);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* tuya_device.h */