Add HID trigger function.

This commit is contained in:
Michael Banther
2019-10-02 16:55:42 +01:00
parent e7e8b58275
commit 74564edde8

View File

@@ -34,6 +34,7 @@
#define HID_INTERRUPT_COUNT 1000000000 #define HID_INTERRUPT_COUNT 1000000000
#endif #endif
select UserHIDTrigger( unsigned* hidValueLatched );
void UserInitHIDData( void ); void UserInitHIDData( void );
void UserReadHIDData( unsigned char hidData[ HID_DATA_SIZE ]); void UserReadHIDData( unsigned char hidData[ HID_DATA_SIZE ]);
void UserSetHIDData( const unsigned hidData ); void UserSetHIDData( const unsigned hidData );