dlkj/usbd-human-interface-device

Does this project concern with higher level abstractions for keyboard?

Closed this issue · 2 comments

I am making a device to get some words from Lorem Ipsum... and send it to the PC

Circuit python hid has this write(string: str, delay: float = None) → None

Does this library concern with this or is it out of scope.

dlkj commented

Hi, there isn't a high level method for doing this in the library at the moment. You could either write your own code that could use this library to send the individual characters or you could extend one of the managed keyboards to add this functionality.

Thanks just needed clarification, will add code once I am done, might help someone out.