mirror of
https://github.com/armfly/H7-TOOL_STM32H7_App.git
synced 2024-08-09 10:05:34 +08:00
a8ed6fead2
2.TAB -> 4个空格 3.完善高侧电流表功能:电压、电流、功率、放电容量 4.增加二极管测量,和电阻测量同一个界面。
21 lines
575 B
C
Executable File
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) *********************************/
|
|
|