Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
I2CController.cpp File Reference

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.

Detailed Description

Implementation of the I2CController class.

Version
0.1
Date
2025-01-31

This file contains the implementation of the I2CController class, which is used to control I2C devices.

Note
This class is used to control I2C devices using the Linux I2C interface.
Author
Félix LE BIHAN (@Fle-bihh)
Tiago Pereira (@t-pereira06)
Ricardo Melo (@reomelo)
Michel Batista (@MicchelFAB)
Warning
Ensure that the I2C device is properly connected and configured.
See also
I2CController.hpp for the class definition.

Definition in file I2CController.cpp.