убрала лишнее в комментариях
This commit is contained in:
parent
78a8fd569b
commit
c5b0b7c135
@ -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)
|
||||
*/
|
||||
|
||||
#include <Servo.h>
|
||||
|
||||
@ -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)
|
||||
*/
|
||||
|
||||
#include <Servo.h>
|
||||
|
||||
@ -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)
|
||||
*/
|
||||
|
||||
#include <Servo.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user