From fa3f4f865e63bfa75e1fe1493b7d6ed31638906c Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Thu, 15 Feb 2018 00:25:23 +0100 Subject: [PATCH] bare9 --- examples/bare9.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bare9.rs b/examples/bare9.rs index 550b8d2..90a4ad8 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 -- GitLab