Skip to content

Commit d6b45cc

Browse files
authored
Fix mixed-up input/output
I think we're just talking about outputs, right? Thanks for this library!
1 parent 5a50830 commit d6b45cc

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)