const int

This commit is contained in:
ChristianSW 2024-03-24 14:40:16 +01:00
parent f4e3dabe6b
commit 1a7b4ce062

View file

@ -19,12 +19,15 @@
// Left = 8;
// Right = 90;
const int IR_pin = 11;
int IrWert = 0;
const int Z1_pin = 9;
Servo pneu_servoZ1;
void setup() {
IrReceiver.begin(11);
pneu_servoZ1.attach(9);
IrReceiver.begin(IR_pin);
pneu_servoZ1.attach(Z1_pin);
pneu_servoZ1.write(50);
Serial.begin(9600);
Serial.println("verbunden");