Hi everyone, I am using STM32F411re for a project and I I have to define I2C communication. Below I am will mention the both cpp and header file and the error I got while compiling the code.
Header file: /** * @file I2CCommunication.h * @brief Header file for controlling I2C messages */ #ifndef INC_I2CCOMMUNICATION_H_ #define INC_I2CCOMMUNICATION_H_ #include "DefaultDefines.h" /** * @brief The I2CCommunication class * * This ...