armfly a8ed6fead2 1.GBK->UTF-8
2.TAB -> 4个空格
3.完善高侧电流表功能:电压、电流、功率、放电容量
4.增加二极管测量,和电阻测量同一个界面。
2019-11-03 05:33:32 +08:00

21 lines
575 B
C
Executable File

/*
*********************************************************************************************************
*
* 模块名称 : USB Device接口模块
* 文件名称 : usbd_usr.h
* 版 本 : V1.0
*
*********************************************************************************************************
*/
#ifndef __USBD_USR_H__
#define __USBD_USR_H__
void usbd_OpenMassStorage(void);
void usbd_CloseMassStorage(void);
#endif
/***************************** 安富莱电子 www.armfly.com (END OF FILE) *********************************/