summaryrefslogtreecommitdiffstats
path: root/lock/bend.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-05 08:47:09 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-05 08:47:09 +0800
commit4d09dbda9ed5bc49772bce592995f55b9b00da91 (patch)
tree22778b4d9824934946faad3e718df2599df42086 /lock/bend.c
parent9dacb1393364678fa985b263d0c330224a87e1ee (diff)
downloadsmart-home-4d09dbda9ed5bc49772bce592995f55b9b00da91.tar.gz
Change the LED port for bend.
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', '@',