User Activity

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 ...