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,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 ) */