diff --git a/libraries/Servo/examples/Broom/Broom.ino b/libraries/Servo/examples/Broom/Broom.ino index dd693b8..511e2f9 100644 --- a/libraries/Servo/examples/Broom/Broom.ino +++ b/libraries/Servo/examples/Broom/Broom.ino @@ -1,10 +1,8 @@ /* -"Broom" Servo - -This example demonstrates the servo drive movement -with a smooth stop in both directions -(the example was tested on a servo drive with a circular motion) + "Broom" Servo + This example demonstrates the servo drive movement + with a smooth stop in both directions */ #include diff --git a/libraries/Servo/examples/Jerks/Jerks.ino b/libraries/Servo/examples/Jerks/Jerks.ino index 8b358e0..3e5727d 100644 --- a/libraries/Servo/examples/Jerks/Jerks.ino +++ b/libraries/Servo/examples/Jerks/Jerks.ino @@ -1,10 +1,8 @@ /* -"Jerks" - -This example demonstrates the servo drive movement -with a sharp stop in both directions -(the example was tested on a servo drive with a circular motion) + "Jerks" + This example demonstrates the servo drive movement + with a sharp stop in both directions */ #include diff --git a/libraries/Servo/examples/Resist/Resist.ino b/libraries/Servo/examples/Resist/Resist.ino index 24b13da..2e25383 100644 --- a/libraries/Servo/examples/Resist/Resist.ino +++ b/libraries/Servo/examples/Resist/Resist.ino @@ -1,10 +1,8 @@ /* -"Resist" - -This example demonstrates the servo drive movement -depending on the value on the potentiometer -(the example was tested on a servo drive with circular movement) + "Resist" + This example demonstrates the servo drive movement + depending on the value on the potentiometer */ #include