Skip to content

Commit da44346

Browse files
authored
Update README.md
1 parent 0deba5b commit da44346

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

README.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,23 @@ In addition, I/O registers are addressed directly and not via the digitalWrite()
1010
Possible output pins are **pin 2, 3, 7, 8, 44,** and **45**.
1111
**Only Arduino/Genuino Mega boards are supported!**
1212

13-
## License
13+
### Installation
14+
This library can be installed through the Arduino IDE library manager like so:
15+
![](installation.gif)
1416

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.
1619

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
1823

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:
24+
### Author
25+
**Daniel Duller** - [dadul96](https://github.com/dadul96)
2526

26-
The above copyright notice and this permission notice shall be included in all
27-
copies or substantial portions of the Software.
27+
### License
28+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
2829

29-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35-
SOFTWARE.
30+
### Acknowledgments
31+
* Inspired by - [original Arduino Servo Library](https://github.com/arduino-libraries/Servo)
32+
* Screen-GIF recorded with - [ShareX](https://getsharex.com/)

0 commit comments

Comments
 (0)