diff --git a/Tactility/Include/Tactility/hal/i2c/I2cDevice.h b/Tactility/Include/Tactility/hal/i2c/I2cDevice.h index c3512eb1..67b85195 100644 --- a/Tactility/Include/Tactility/hal/i2c/I2cDevice.h +++ b/Tactility/Include/Tactility/hal/i2c/I2cDevice.h @@ -11,6 +11,7 @@ namespace tt::hal::i2c { * It helps to read and write registers. * * All read and write calls are thread-safe. + * @deprecated Use the device API from the Kernel project */ class I2cDevice : public Device {