initial commit

This commit is contained in:
awe
2026-02-20 16:44:26 +03:00
commit afc595bc51
11 changed files with 1374 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#pragma once
#include <cstdint>
#include <optional>
#include <string>
namespace adc_sweep {
std::optional<std::string> find_tty_by_vid_pid(uint16_t vid, uint16_t pid);
} // namespace adc_sweep