This commit is contained in:
parent
e21f0be241
commit
6cee19e4a0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue