diff options
| -rw-r--r-- | kbc.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -16,9 +16,9 @@ | |||
| 16 | * 0 | 16 | * 0 |
| 17 | * 1 BEEP (OC1A) | 17 | * 1 BEEP (OC1A) |
| 18 | * 2 SS up:8 | 18 | * 2 SS up:8 |
| 19 | * 3 MOSI up:2 LOCK | 19 | * 3 MOSI up:2 was: LOCK - output broken! |
| 20 | * 4 MISO up:4 UNLOCK | 20 | * 4 MISO up:4 UNLOCK |
| 21 | * 5 SCK up:7 | 21 | * 5 SCK up:7 LOCK |
| 22 | * port C | 22 | * port C |
| 23 | * 0-3 | 23 | * 0-3 |
| 24 | * 4 (SDA) | 24 | * 4 (SDA) |
| @@ -39,8 +39,8 @@ | |||
| 39 | 39 | ||
| 40 | #define B_BEEP (1 << 1) | 40 | #define B_BEEP (1 << 1) |
| 41 | #define B_FEEDBACK (1 << 2) | 41 | #define B_FEEDBACK (1 << 2) |
| 42 | #define B_CLOSE (1 << 3) | ||
| 43 | #define B_OPEN (1 << 4) | 42 | #define B_OPEN (1 << 4) |
| 43 | #define B_CLOSE (1 << 5) | ||
| 44 | 44 | ||
| 45 | #define B_MISO (1 << 4) | 45 | #define B_MISO (1 << 4) |
| 46 | 46 | ||
