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

This commit is contained in:
Phew
2026-01-12 22:40:05 +01:00
parent 15ce889b92
commit da047cd165
+4 -1
View File
@@ -24,7 +24,10 @@
*/
#ifndef CONFIG_H
#define 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