#ifndef COMMAND_H #define COMMAND_H #include #include bool get_sensor_report_enabled(void); void set_sensor_report_enabled(bool enabled); void command_process(void); void handle_command(const uint8_t *cmd, uint8_t len); #endif // COMMAND_H