mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-19 18:32:39 +01:00
bug fix,tested on real uConsole
This commit is contained in:
@@ -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*);
|
||||
|
||||
Reference in New Issue
Block a user