diff --git a/RWK-awionika/src/main.cpp b/RWK-awionika/src/main.cpp index 8cc8398055594117c78c231ab37031368b1252b0..851393d4a6b116e0e1dc03b775f4d5af8274df31 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;