mirror of
https://github.com/Utyff/Zintercom.git
synced 2026-01-12 17:27:42 +03:00
set old led
This commit is contained in:
@@ -76,13 +76,12 @@
|
|||||||
#define LED3_SBIT P1_5
|
#define LED3_SBIT P1_5
|
||||||
#define LED3_DDR P1DIR
|
#define LED3_DDR P1DIR
|
||||||
#define LED3_POLARITY ACTIVE_HIGH
|
#define LED3_POLARITY ACTIVE_HIGH
|
||||||
//NC
|
// old led
|
||||||
#define LED4_BV BV(3)
|
#define LED4_BV BV(4)
|
||||||
#define LED4_SBIT P0_3
|
#define LED4_SBIT P0_4
|
||||||
#define LED4_DDR P1DIR
|
#define LED4_DDR P0DIR
|
||||||
#define LED4_POLARITY ACTIVE_HIGH
|
#define LED4_POLARITY ACTIVE_HIGH
|
||||||
|
|
||||||
|
|
||||||
#elif defined(HAL_BOARD_CHDTECH_DEV)
|
#elif defined(HAL_BOARD_CHDTECH_DEV)
|
||||||
//blue//d3
|
//blue//d3
|
||||||
#define LED1_BV BV(4)
|
#define LED1_BV BV(4)
|
||||||
|
|||||||
Reference in New Issue
Block a user