/////This is a code written in Arduino for i2c communication between stm32f1036t6 and esp8266//#include <Wire.h>//#include <Wire_slave.h>#define I2C_MASTERSLAVE 1 // 1이면 마스터, 0이면 슬레이브#define SLAVE_ADDRESS 0x08#if I2C_MASTERSLAVE == 1 // 마스터#include <...