From c5b0b7c1352cb8c1dc62357c67f96309d112deb3 Mon Sep 17 00:00:00 2001 From: klassents Date: Thu, 3 Oct 2024 12:10:47 +0700 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=D0=B0=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B5=D0=B5=20=D0=B2=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D1=8F=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/Servo/examples/Broom/Broom.ino | 8 +++----- libraries/Servo/examples/Jerks/Jerks.ino | 8 +++----- libraries/Servo/examples/Resist/Resist.ino | 8 +++----- 3 files changed, 9 insertions(+), 15 deletions(-) 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