Added option to use button joystic instead of accelerometer based joystick. Set as default now

This commit is contained in:
Phew
2025-12-20 10:32:12 +01:00
parent 15ce889b92
commit da047cd165

View File

@@ -26,6 +26,9 @@
#ifndef CONFIG_H
#define CONFIG_H
/* Uncomment below to use the accelerometer base joystic of original implementation */
//#define USE_GYRO_JOYSTICK
#define DATA_PIN 16
#define CLOCK_PIN 17