diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:38:02 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:38:02 -0400 |
commit | f757922a388e0ac1cf3c788278c6f6caf54720c9 (patch) | |
tree | c66bf419d91f9b00c11e318b36ea8144de9ce73c /libraries/libhid | |
parent | 678b2ac0b4f7c4575c06ded4992343be7d796f59 (diff) |
libraries/libhid: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libhid')
-rw-r--r-- | libraries/libhid/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/libhid/README b/libraries/libhid/README index a986601a54b0f..dc98909c141a0 100644 --- a/libraries/libhid/README +++ b/libraries/libhid/README @@ -1,4 +1,5 @@ -libhid is a rewrite of libHID and aims to provide the same functionality -from a more organised framework. It aims to provide a layer of abstraction -for accessing HID-class devices over USB or serial lines (similar to what -libusb provides for the base USB protocol). +libhid is a rewrite of libHID and aims to provide the same +functionality from a more organised framework. It aims to provide +a layer of abstraction for accessing HID-class devices over USB +or serial lines (similar to what libusb provides for the base USB +protocol). |