Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soylentOrange committed May 9, 2023
1 parent 7cd5922 commit 470facf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A bare minimum example is given below:
```c++
#include "DigiSpark_PWM.h" // https://github.com/soylentOrange/DigiSpark_PWM

// Cretae instance of DigiSpark_PWM-class, connected to Pin-PB1
// Create instance of DigiSpark_PWM-class, connected to Pin-PB1
// (This Pin is connected to the onboard LED)
DigiSpark_PWM pwm = DigiSpark_PWM(PIN_PB1);

Expand Down

0 comments on commit 470facf

Please sign in to comment.