From 2eb870bbbb141fbce3a0290844f737c3a45c0b9e Mon Sep 17 00:00:00 2001 From: Wiktor Laska <s203495@student.pg.edu.pl> Date: Mon, 10 Mar 2025 21:10:10 +0100 Subject: [PATCH] male --- RWK-awionika/src/main.cpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/RWK-awionika/src/main.cpp b/RWK-awionika/src/main.cpp index 8cc8398..851393d 100644 --- a/RWK-awionika/src/main.cpp +++ b/RWK-awionika/src/main.cpp @@ -1,13 +1,9 @@ #include <Arduino.h> -/* integration of YK04 remote control to arduino uno - * with 4 buttons attached as well - Created by Jeffry Vergara -*/ -const int button1 = 2; // D2 in YK04 -const int button2 = 0; // D0 in YK04 -const int button3 = 9; // D3 in YK04 -const int button4 = 1; // D4 in YK04 +const int button1 = 2; +const int button2 = 0; +const int button3 = 9; +const int button4 = 1; int timedelay = 100; -- GitLab