diff options
Diffstat (limited to 'lock/bend.c')
| -rw-r--r-- | lock/bend.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lock/bend.c b/lock/bend.c index e069837..f4323b7 100644 --- a/lock/bend.c +++ b/lock/bend.c @@ -31,11 +31,11 @@ #define VCC_MIN 4900 -#define LOCK_LED PD5 -#define UNLOCK_LED PD6 -#define BATLOW_LED PD7 -#define LED_DDR DDRD -#define LED_PORT PORTD +#define LOCK_LED PC3 +#define UNLOCK_LED PC4 +#define BATLOW_LED PC5 +#define LED_DDR DDRC +#define LED_PORT PORTC static char tab[] = { '0', '8', '3', '6', 'a', 'Z', '$', '4', 'v', 'R', '@', |
