Skip to content

Commit c8a862a

Browse files
committed
Initial commit
1 parent 051042b commit c8a862a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.adoc

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
1-
= HID Power Device Library for Arduino =
1+
= HID UPS Power Device Library for Arduino =
22

33
This library allows an Arduino board with USB capabilities to act as a HID-compliant Power Device according to USB HID specifications. This library is useful if you want to build a smart UPS or other power device, which can report its state or perform power on/power off operations as necessary for your project.
44

55
For more information about USB HID specs please read https://www.usb.org/sites/default/files/pdcv11.pdf
66

7+
== Supported Arduinos ==
8+
* Leonardo
9+
* (Pro)Micro
10+
11+
== Setup & Usage ==
12+
Setup is very simple. Just clone this repository to Arduino libraries, then upload the sketch UPS.ino
13+
from the /examples folder. Once upload is completed successfully you will find HID Device Battery in
14+
your system.
15+
16+
== Supported Operating Systems ==
17+
Mac OSX 10.14.6 Mojave or newer
18+
19+
720
== License ==
821

9-
Copyright (c) Arduino LLC. All right reserved.
22+
Copyright (c) Alex Bratchik 2020. All right reserved.
1023

1124
This library is free software; you can redistribute it and/or
1225
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)