Skip to content

Commit 93a9163

Browse files
authored
Merge pull request #28 from tgs/patch-1
Fix mixed-up input/output
2 parents 5a50830 + d6b45cc commit 93a9163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Introduction
1717
This helper library provides higher level objects to control motors and servos based on one or more
1818
PWM outputs.
1919

20-
The PWM inputs can be any object that have a 16-bit ``duty_cycle`` attribute. Its assumed that the
20+
The PWM outputs can be any object that have a 16-bit ``duty_cycle`` attribute. Its assumed that the
2121
frequency has already been configured appropriately. (Typically 50hz for servos and 1600hz for
2222
motors.)
2323

0 commit comments

Comments
 (0)