mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
12 lines
170 B
C++
12 lines
170 B
C++
#pragma once
|
|
|
|
#include "I2cScanner.h"
|
|
|
|
namespace tt::app::i2cscanner {
|
|
|
|
bool hasScanThread(Data* data);
|
|
void startScanning(Data* data);
|
|
void stopScanning(Data* data);
|
|
|
|
}
|