更新占用14和3针脚做声音增加和减少
This commit is contained in:
parent
c87b1eabf4
commit
23eab160e6
@ -31,8 +31,8 @@
|
|||||||
#define BUILTIN_LED_GPIO GPIO_NUM_48
|
#define BUILTIN_LED_GPIO GPIO_NUM_48
|
||||||
#define BOOT_BUTTON_GPIO GPIO_NUM_0
|
#define BOOT_BUTTON_GPIO GPIO_NUM_0
|
||||||
#define TOUCH_BUTTON_GPIO GPIO_NUM_NC
|
#define TOUCH_BUTTON_GPIO GPIO_NUM_NC
|
||||||
#define VOLUME_UP_BUTTON_GPIO GPIO_NUM_NC
|
#define VOLUME_UP_BUTTON_GPIO GPIO_NUM_14
|
||||||
#define VOLUME_DOWN_BUTTON_GPIO GPIO_NUM_NC
|
#define VOLUME_DOWN_BUTTON_GPIO GPIO_NUM_3
|
||||||
|
|
||||||
//Camera Config
|
//Camera Config
|
||||||
#define CAMERA_PIN_D0 GPIO_NUM_11
|
#define CAMERA_PIN_D0 GPIO_NUM_11
|
||||||
@ -303,6 +303,6 @@
|
|||||||
|
|
||||||
|
|
||||||
// A MCP Test: Control a lamp
|
// A MCP Test: Control a lamp
|
||||||
#define LAMP_GPIO GPIO_NUM_14
|
#define LAMP_GPIO GPIO_NUM_NC
|
||||||
|
|
||||||
#endif // _BOARD_CONFIG_H_
|
#endif // _BOARD_CONFIG_H_
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user