CH552/HID/usr/USB.h
2018-10-30 00:17:17 +08:00

26 lines
931 B
C

/********************************** (C) COPYRIGHT *******************************
* File Name :Compound_Dev.C *
* Author : WCH *
* Version : V1.2 *
* Date : 2017/02/24 *
* Description : A demo for USB compound device created by CH554, support *
keyboard , and HID-compliant device. *
********************************************************************************/
#ifndef __COMPOUND_H__
#define __COMPOUND_H__
extern UINT16I TouchKeyButton;
extern UINT8 TX[64];
extern UINT8 RX[64];
extern UINT8 TXflag;
extern UINT8 RXflag;
extern void USBDeviceInit();
extern void TXflagHandle(UINT8 val);
#endif
/**************************** END *************************************/