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