diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-05 10:39:39 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-05 10:39:39 +0800 |
| commit | 3eb6e0d7373712d1636201e11f69cad0ed426870 (patch) | |
| tree | 76b587844ab804a3a459a101930e9933e14efe5c /lock/bend.c | |
| parent | 4d09dbda9ed5bc49772bce592995f55b9b00da91 (diff) | |
| download | smart-home-3eb6e0d7373712d1636201e11f69cad0ed426870.tar.gz | |
Working radio setup.
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', '@', |
