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