Skip to content

Commit

Permalink
Fix comment in io-pin.ts: pwm period is microseconds, not milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoran authored and thegecko committed May 9, 2020
1 parent 549ef4c commit 0a236dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/io-pin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface PwmControlData {
*/
value: number;
/**
* Period (in milliseconds)
* Period (in microseconds)
*/
period: number;
}
Expand Down

0 comments on commit 0a236dd

Please sign in to comment.