Skip to content

Commit

Permalink
Merge pull request #28 from tgs/patch-1
Browse files Browse the repository at this point in the history
Fix mixed-up input/output
  • Loading branch information
ladyada committed May 24, 2019
2 parents 5a50830 + d6b45cc commit 93a9163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Introduction
This helper library provides higher level objects to control motors and servos based on one or more
PWM outputs.

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

Expand Down

0 comments on commit 93a9163

Please sign in to comment.