Skip to content

Commit 34405f4

Browse files
committed
Remove incorrect statement re: HID.h from readme
It has not been necessary to include dependencies of libraries in the sketch since Arduino IDE 1.6.5 and that (and previous) IDE version did not contain the Mouse or HID libraries since their functions were part of the core so I don't think there is any need for this sentence in the readme. Reference: arduino-libraries/Mouse#5
1 parent e71f1db commit 34405f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
= Keyboard Library for Arduino =
22

33
This library allows an Arduino board with USB capabilities to act as a Keyboard.
4-
Being based on HID library you need to include "HID.h" in your sketch.
54

65
For more information about this library please visit us at
76
https://www.arduino.cc/reference/en/language/functions/usb/keyboard/

0 commit comments

Comments
 (0)