From b216ba8595fcf3ab02655068b2f2c84fa11fee0f Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Sat, 13 Jun 2026 01:46:49 +0200 Subject: [PATCH] Add deprecation notice --- Tactility/Include/Tactility/hal/i2c/I2cDevice.h | 1 + 1 file changed, 1 insertion(+) 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 {