admin mode switch
This commit is contained in:
@ -66,6 +66,8 @@ void Error_Handler(void);
|
||||
#define LED_Red_GPIO_Port GPIOC
|
||||
#define LED_Green_Pin GPIO_PIN_14
|
||||
#define LED_Green_GPIO_Port GPIOC
|
||||
#define LED_Blue_Pin GPIO_PIN_15
|
||||
#define LED_Blue_GPIO_Port GPIOC
|
||||
#define EEPROM_CS_Pin GPIO_PIN_4
|
||||
#define EEPROM_CS_GPIO_Port GPIOA
|
||||
#define EEPROM_SCK_Pin GPIO_PIN_5
|
||||
@ -74,6 +76,8 @@ void Error_Handler(void);
|
||||
#define EEPROM_MISO_GPIO_Port GPIOA
|
||||
#define EEPROM_MOSI_Pin GPIO_PIN_7
|
||||
#define EEPROM_MOSI_GPIO_Port GPIOA
|
||||
#define ADMIN_MODE_Pin GPIO_PIN_10
|
||||
#define ADMIN_MODE_GPIO_Port GPIOB
|
||||
#define ETHER_RES_Pin GPIO_PIN_11
|
||||
#define ETHER_RES_GPIO_Port GPIOB
|
||||
#define ETHER_CS_Pin GPIO_PIN_12
|
||||
|
Reference in New Issue
Block a user