Added I2C settings app (#85)

This commit is contained in:
Ken Van Hoeylandt
2024-11-24 21:31:15 +01:00
committed by GitHub
parent d8731eaa17
commit c8f63adba4
19 changed files with 186 additions and 56 deletions
+7 -3
View File
@@ -5,8 +5,12 @@
namespace tt {
void init(const hal::Configuration& config);
const hal::Configuration& get_hardware_config();
void initHeadless(const hal::Configuration& config);
} // namespace
namespace tt::hal {
const Configuration& getConfiguration();
} // namespace