Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 8 months ago.
USB HID API documentation incorrect?
The USB HID API documentation at https://os.mbed.com/docs/mbed-os/v5.12/apis/usbhid.html does not seem to match the code in mbed-os/features/unsupported/USBDevice/USBHID/.
The API docs have the boolean connect flag as the first parameter to the constructor and the source code has it as the last parameter.
The API docs list send_nb() and read_nb() methods but the source code defines sendNB() and readNB().
Is there any plan to reconcile these discrepancies?