Skip to content

Commit 83bb21c

Browse files
committed
Update Readme and URL
Update Readme and URL
1 parent b08c372 commit 83bb21c

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,5 @@ void attach(int pin, int channel, int freq, int resolution);
99
void write(int value);
1010
```
1111
12-
### Example
13-
This is an example.
14-
15-
```c++
16-
#include <Deneyap_Servo.h>
17-
18-
Servo myservo;
19-
20-
void setup() {
21-
myservo.attach(D9);
22-
}
23-
24-
void loop() {
25-
myservo.write(60);
26-
}
27-
```
2812
## :bookmark_tabs:License Information
2913
Please review the [LICENSE](https://github.com/deneyapkart/deneyap-servo-arduino-library/blob/master/LICENSE) file for license information.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Turkish Technnology Team Foundation (T3)
55
sentence=Arduino library to drive servo motors
66
paragraph=Includes specific functions to drive servo motors by ESP32, ESP32-S2, ESP32-C3 and ESP32-S3 based development boards.
77
category=Device Control
8-
url=https://github.com/deneyapkart/deneyap-servo-arduino-library#readme
8+
url=https://github.com/deneyapkart/deneyap-servo-arduino-library
99
architectures=*

0 commit comments

Comments
 (0)