#ifndef TOOL_H #define TOOL_H #include #include #include "esp_log.h" #include "Watchdog.h" void scanI2C(); /* Funkcja przyjmuje adres jako argument i zwraca true gdy urzÄ…dzenie odpowiada, w przeciwnym wypadku false */ bool isI2CDevPresent(uint8_t address); #endif