feat(phy): add gpio cmd for cert test

This commit is contained in:
muhaidong
2024-09-25 11:38:39 +08:00
parent 7ff0087d3b
commit af8ca546f9
2 changed files with 78 additions and 0 deletions

View File

@@ -98,6 +98,12 @@ typedef struct {
} phy_ble_rx_s;
#endif
typedef struct {
struct arg_int *gpio_number;
struct arg_int *gpio_level;
struct arg_end *end;
} phy_gpio_output_set_t;
void register_phy_cmd(void);
#ifdef __cplusplus