No longer need encoder include in Joystick.

This commit is contained in:
Anna Rose 2021-11-22 16:45:52 +00:00
parent 1a4916fd0e
commit a4f00a0a23

View File

@ -4,7 +4,6 @@
#include "Button.h" #include "Button.h"
#include <Arduino.h> #include <Arduino.h>
#include <Bounce2.h> #include <Bounce2.h>
#include <Encoder.h>
#include <Mux.h> #include <Mux.h>
using namespace admux; using namespace admux;