Skip to content

Commit

Permalink
remove W typo
Browse files Browse the repository at this point in the history
  • Loading branch information
misan committed Feb 11, 2016
1 parent 290eda7 commit d91718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcservoProMicroMagneticEncoder.ino
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void loop() {
else { analogWrite(M2,0); analogWrite(M1,abs(out)); }
}
*/
void pwmOut(int out) {W
void pwmOut(int out) {
if (out > 0) {
digitalWrite(M1, 0);
digitalWrite(M2, 1);
Expand Down

0 comments on commit d91718d

Please sign in to comment.