This commit is contained in:
Christoffer Martinsson 2023-05-21 05:57:25 +00:00
commit 096338398f

View File

@ -29,6 +29,7 @@
* Joystick based on standard teensy "usb_joystick" library for HID joystick usb data communication. * Joystick based on standard teensy "usb_joystick" library for HID joystick usb data communication.
*/ */
#include <Arduino.h> #include <Arduino.h>
#include <EEPROM.h> #include <EEPROM.h>
#include "erls.h" #include "erls.h"