Lots of general updates. closing in on a solution

This commit is contained in:
cnlohr
2024-07-09 02:17:18 -07:00
parent e0d41ca056
commit edede9d517
5 changed files with 184 additions and 63 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ static const uint8_t HIDAPIRepDesc[ ] =
HID_REPORT_ID ( 0xac )
HID_USAGE ( 0x01 ),
HID_FEATURE ( HID_DATA | HID_VARIABLE | HID_ABSOLUTE ) ,
HID_REPORT_COUNT ( 254 ), // For receiving IQ data on host.
HID_REPORT_COUNT_N ( 510,2 ), // For receiving IQ data on host.
HID_REPORT_ID ( 0xad )
HID_USAGE ( 0x01 ),
HID_FEATURE ( HID_DATA | HID_VARIABLE | HID_ABSOLUTE ) ,