pins swap

This commit is contained in:
flowenol 2019-09-30 23:58:02 +02:00
parent f9ee2db27d
commit 278ca3f36d
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#define CLK_MAC 7
#define DATA_MAC 8
#define CLK_MAC 5
#define DATA_MAC 6
#define CLK_KBD 5
#define DATA_KBD 6
#define CLK_KBD 7
#define DATA_KBD 8
#define CLOCK_START_MSEC 500
#define CLOCK_TRANSITION_USEC 300