1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-03 02:18:43 +00:00
sys-con/ControllerUSB
cathery 264673d6fc Reduce memory usage
by using threadCreate instead of std::thread
2019-11-06 15:28:56 +03:00
..
include Reduce memory usage 2019-11-06 15:28:56 +03:00
source/Controllers Reduce memory usage 2019-11-06 15:28:56 +03:00
README.md ControllerUSB - add README.md 2019-10-31 21:12:02 +03:00

ControllerUSB

Small controller driver library. Since it is up to the user to provide the USB implementation, this library becomes platform independent.