You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,23 @@ In addition, I/O registers are addressed directly and not via the digitalWrite()
10
10
Possible output pins are **pin 2, 3, 7, 8, 44,** and **45**.
11
11
**Only Arduino/Genuino Mega boards are supported!**
12
12
13
-
## License
13
+
### Installation
14
+
This library can be installed through the Arduino IDE library manager like so:
15
+

14
16
15
-
MIT License
17
+
### Note
18
+
The Servo-Library was build to be compatible with all the [original Arduino Servo Library](https://github.com/arduino-libraries/Servo) - commands available.
16
19
17
-
Copyright (c) 2019 Daniel Duller
20
+
### Built With
21
+
*[Visual Studio 2019](https://visualstudio.microsoft.com/) - IDE used for programming
22
+
*[Arduino IDE](https://www.arduino.cc/en/Main/Software) - IDE used for programming and testing
18
23
19
-
Permission is hereby granted, free of charge, to any person obtaining a copy
20
-
of this software and associated documentation files (the "Software"), to deal
21
-
in the Software without restriction, including without limitation the rights
22
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23
-
copies of the Software, and to permit persons to whom the Software is
24
-
furnished to do so, subject to the following conditions:
0 commit comments