#pragma once #include #include #include namespace adc_sweep { std::optional find_tty_by_vid_pid(uint16_t vid, uint16_t pid); } // namespace adc_sweep