#pragma once #include "I2cScanner.h" #include namespace tt::app::i2cscanner { bool hasScanTimer(std::shared_ptr data); void startScanning(std::shared_ptr data); void stopScanning(std::shared_ptr data); }