From 7f4eb4d0788a210e872122340db7ea36655cdbcb Mon Sep 17 00:00:00 2001 From: cathery Date: Thu, 31 Oct 2019 21:12:02 +0300 Subject: [PATCH] ControllerUSB - add README.md --- ControllerUSB/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ControllerUSB/README.md diff --git a/ControllerUSB/README.md b/ControllerUSB/README.md new file mode 100644 index 0000000..ff1abae --- /dev/null +++ b/ControllerUSB/README.md @@ -0,0 +1,3 @@ +# ControllerUSB + +Small controller driver library. Since it is up to the user to provide the USB implementation, this library becomes platform independent.