Skip to content

Commit

Permalink
correct wrong value for duty_percent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Sommer committed Apr 18, 2013
1 parent 64244fb commit 339a685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int main()
//usleep(100000); //pausa de 0.1s=100,000us
a[i]->DutyA_ns(1000000);
//usleep(100000); //pausa de 0.1s=100,000us
a[i]->DutyB_percent(1000000);
a[i]->DutyB_percent(50);
//usleep(100000); //pausa de 0.1s=100,000us
a[i]->PolarityA(cPWM::cPWM::ActiveHigh);
//usleep(100000); //pausa de 0.1s=100,000us
Expand Down

0 comments on commit 339a685

Please sign in to comment.