This commit is contained in:
小马_666 2025-03-17 13:21:00 +08:00
parent e21f0be241
commit 6cee19e4a0
1 changed files with 4 additions and 4 deletions

View File

@ -33,11 +33,11 @@
#define H308_PWR_PIN GET_PIN(B, 9)
#define H308_RST_PIN GET_PIN(C, 12)
// #define H308_PWR_ON rt_pin_write(H308_PWR_PIN, PIN_HIGH)
// #define H308_PWR_OFF rt_pin_write(H308_PWR_PIN, PIN_LOW)
#define H308_PWR_ON rt_pin_write(H308_PWR_PIN, PIN_HIGH)
#define H308_PWR_OFF rt_pin_write(H308_PWR_PIN, PIN_LOW)
#define H308_PWR_ON rt_pin_write(H308_PWR_PIN, PIN_LOW)
#define H308_PWR_OFF rt_pin_write(H308_PWR_PIN, PIN_HIGH)
// #define H308_PWR_ON rt_pin_write(H308_PWR_PIN, PIN_LOW)
// #define H308_PWR_OFF rt_pin_write(H308_PWR_PIN, PIN_HIGH)
#define H308_RST_ON rt_pin_write(H308_RST_PIN, PIN_LOW)
#define H308_RST_OFF rt_pin_write(H308_RST_PIN, PIN_HIGH)