Skip to content

Commit de54ba5

Browse files
authored
Update readme.md
Signed-off-by: Adrian <[email protected]>
1 parent 6f6b707 commit de54ba5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
### Setup
1717

1818
```ino
19-
ServoMotor [name] = { int servo };
19+
ServoMotor [name];
2020
```
2121
**Parameters**
2222

2323
* `[name]` Any name without spaces
24-
* `servo` Pin of the servo
25-
* `angle` Angle to rotate
2624

2725
**Example**
2826

0 commit comments

Comments
 (0)