Implementation of the I2CController class. More...
#include "I2CController.hpp"
#include <array>
#include <cstdio>
#include <fcntl.h>
#include <linux/i2c-dev.h>
#include <sys/ioctl.h>
#include <unistd.h>
Go to the source code of this file.
Implementation of the I2CController class.
This file contains the implementation of the I2CController class, which is used to control I2C devices.
Definition in file I2CController.cpp.