#pragma once #include #include namespace tt::app::i2cscanner { std::string getAddressText(uint8_t address); std::string getPortNamesForDropdown(); }