mirror of
https://github.com/LinoSchmidt/RoboterArm.git
synced 2026-03-21 02:31:16 +01:00
20122021
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <Servo.h>
|
#include <Servo.h>
|
||||||
|
|
||||||
#define Debug true //----------------------------------Ausschalten Wichtig!---------------------------------------
|
#define Debug true /*----------------------------------Ausschalten Wichtig!---------------------------------------*/
|
||||||
|
|
||||||
#define servoDrehungPin 9
|
#define servoDrehungPin 9
|
||||||
#define servoArmPin 10
|
#define servoArmPin 10
|
||||||
@@ -69,6 +69,7 @@ void loop()
|
|||||||
{
|
{
|
||||||
if (timeToAutoplay > offtime)
|
if (timeToAutoplay > offtime)
|
||||||
offtime++;
|
offtime++;
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user