diff --git a/examples/bare9.rs b/examples/bare9.rs index 550b8d2a37241eedcf939ffafcc92b93fe933086..90a4ad80253814c695f6079a789233db068062bd 100644 --- a/examples/bare9.rs +++ b/examples/bare9.rs @@ -14,10 +14,10 @@ // // on // turn on the pwm output // off // turn off the pwm output -// set p // p being the duty cycle in % +// set p // set the duty cycle to `p` % // // and optionally -// freq f // pww frequency te f hz +// freq f // set pww frequency to `f` hz // ... // your own commands // // I would suggest using the bare8 as a starting point