bug fix,tested on real uConsole

This commit is contained in:
cuu
2023-04-01 19:38:26 +13:00
parent 24dd0c6a8a
commit 396c913f96
3 changed files with 21 additions and 12 deletions

View File

@@ -12,10 +12,10 @@
#define EXPONENTIAL_BASE 1.2
*/
#define RIGHT_PIN HO3
#define LEFT_PIN HO1
#define DOWN_PIN HO4
#define UP_PIN HO2
#define RIGHT_PIN HO2
#define LEFT_PIN HO4
#define DOWN_PIN HO3
#define UP_PIN HO1
void trackball_init(DEVTERM*);