dev_beta_Servo #3

Merged
klassents merged 4 commits from dev_beta_Servo into dev_beta 2024-10-03 08:16:45 +03:00
3 changed files with 9 additions and 15 deletions
Showing only changes of commit c5b0b7c135 - Show all commits

View File

@ -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 <Servo.h>

View File

@ -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 <Servo.h>

View File

@ -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 <Servo.h>