RCM — ESP32 Room Controller
WT32-ETH01 firmware
Loading...
Searching...
No Matches
i2c_cmd_device.h
Go to the documentation of this file.
1
6#pragma once
7
8#include "esp_err.h"
9
13esp_err_t i2c_cmd_device_init(void);
14
18esp_err_t i2c_cmd_device_start(void);
esp_err_t i2c_cmd_device_init(void)
Добавляет LCM как устройство на общую шину (i2c_bus_init при необходимости).
esp_err_t i2c_cmd_device_start(void)
Запускает задачу циклической отправки команд на LCM.