mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 07:32:18 +03:00
7 lines
85 B
C
7 lines
85 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <Arduino.h>
|
||
|
|
|
||
|
|
void do_i2c_scanning();
|
||
|
|
|
||
|
|
const String i2c_scan();
|