forked from PAWPAW-Mirror/lib_xua
Add HID trigger function.
This commit is contained in:
@@ -34,8 +34,9 @@
|
|||||||
#define HID_INTERRUPT_COUNT 1000000000
|
#define HID_INTERRUPT_COUNT 1000000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void UserInitHIDData(void);
|
select UserHIDTrigger( unsigned* hidValueLatched );
|
||||||
void UserReadHIDData(unsigned char hidData[ HID_DATA_SIZE ]);
|
void UserInitHIDData( void );
|
||||||
void UserSetHIDData(const unsigned hidData);
|
void UserReadHIDData( unsigned char hidData[ HID_DATA_SIZE ]);
|
||||||
|
void UserSetHIDData( const unsigned hidData );
|
||||||
|
|
||||||
#endif /* ( 0 < HID_CONTROLS ) */
|
#endif /* ( 0 < HID_CONTROLS ) */
|
||||||
|
|||||||
Reference in New Issue
Block a user