Both_Way_Comm_SY8833/TP3310_Demo.si4project/Backup/userapp(7799).h

32 lines
698 B
C

/*
******************************************************************************
*
* @file userapp.h
* @brief userapp module
*
*
* @version 1.0
* @date 2023/05/12 09:59:40
* @author Alex Xu
*
* Copyright (c) 2013-2099,Tkplusemi Technology Co.,Ltd.
* All Rights Reserved
*
* History:
* Revision Date Author Desc
* 1.0.0 2023/07/12 Alex build this file
******************************************************************************
*/
#ifndef __USERAPP_H__
#define __USERAPP_H__
#include "define.h"
#define BAT_LEVEL_LOW 20 //µç³ØµçÁ¿µÍ±¨¾¯Öµ
extern void UserAPP(void);
#endif