Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Add PWM_StepperControl example
Browse files Browse the repository at this point in the history
Credits of Paul van Dinther (https://github.com/dinther). Check #16
  • Loading branch information
khoih-prog committed Jan 21, 2023
1 parent b7612ce commit 83b0867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PWM_StepperControl/PWM_StepperControl.ino
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void setup()

delay(100);

Serial.print(F("\nStarting PWM_DynamicFreq on "));
Serial.print(F("\nStarting PWM_StepperControl on "));
Serial.println(BOARD_NAME);
Serial.println(RP2040_PWM_VERSION);

Expand Down

0 comments on commit 83b0867

Please sign in to comment.