Results 464 comments of chegewara

Making this library was my learning curve, and i am still newbie. Yes, of course you need to get descriptor etc like in ACM or MSC, but i dont remember...

Hi, when 2nd time you send `sendPress()` with only `A` OS should interpret it like you released `S`

Yes Library is prepared to send only 1 key pressed at a time, so if you send another key press, the previous should be detected as released/de-pressed.

This is working for any device class https://github.com/chegewara/EspTinyUSB/blob/master/examples/device/basic_setup/basic_setup.ino#L32-L36

It is arduino library, which means it was meant to use by newb-ish users. The library is far from being good and its missing option to set few values. My...

Its good that the 1 is added. It is report ID. Its USB standard.

There is a chance it may works when report ID is 0. Please check code how to set report ID.

Hi, to be honest i had no chance to play with midi too much, as i am not an expert. Only tests i remember were with android smartphone, but i...

Hi, i dont understand what problem do you have, sorry. If you describe it more, maybe i can help.