убрала лишнее в комментариях

This commit is contained in:
klassents 2024-10-03 12:10:47 +07:00
parent 78a8fd569b
commit c5b0b7c135
3 changed files with 9 additions and 15 deletions

View File

@ -1,10 +1,8 @@
/* /*
"Broom" Servo "Broom" Servo
This example demonstrates the servo drive movement
This example demonstrates the servo drive movement with a smooth stop in both directions
with a smooth stop in both directions
(the example was tested on a servo drive with a circular motion)
*/ */
#include <Servo.h> #include <Servo.h>

View File

@ -1,10 +1,8 @@
/* /*
"Jerks" "Jerks"
This example demonstrates the servo drive movement
This example demonstrates the servo drive movement with a sharp stop in both directions
with a sharp stop in both directions
(the example was tested on a servo drive with a circular motion)
*/ */
#include <Servo.h> #include <Servo.h>

View File

@ -1,10 +1,8 @@
/* /*
"Resist" "Resist"
This example demonstrates the servo drive movement
This example demonstrates the servo drive movement depending on the value on the potentiometer
depending on the value on the potentiometer
(the example was tested on a servo drive with circular movement)
*/ */
#include <Servo.h> #include <Servo.h>