This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Wire.h> | |
#include <U8g2lib.h> | |
#include <Servo.h> | |
#define SERVO1_PIN 5 | |
#define SERVO2_PIN 6 | |
#define VRX_PIN A0 | |
#define VRY_PIN A1 | |
#define SW_PIN 7 // Joystick-Knopf |