wip
This commit is contained in:
@@ -21,12 +21,15 @@ class SerialUSBHost {
|
||||
|
||||
public:
|
||||
SerialUSBHost() = delete;
|
||||
static void init();
|
||||
static void init(uint32_t baudrate, uint8_t stop_bits, uint8_t parity, uint8_t dataBits);
|
||||
|
||||
static void handle_event(const cdc_acm_host_dev_event_data_t *event, void *user_ctx);
|
||||
static bool handle_rx(const uint8_t *data, size_t data_len, void *arg);
|
||||
|
||||
static void takeSem();//XXX
|
||||
|
||||
static cdc_acm_host_device_config_t* getDevConfig();
|
||||
static cdc_acm_line_coding_t* getLineCoding();
|
||||
private:
|
||||
/**
|
||||
* @brief USB Host library handling task
|
||||
|
Reference in New Issue
Block a user