Add deprecation notice

This commit is contained in:
Ken Van Hoeylandt 2026-06-13 01:46:49 +02:00
parent 37be031f3f
commit b216ba8595

View File

@ -11,6 +11,7 @@ namespace tt::hal::i2c {
* It helps to read and write registers. * It helps to read and write registers.
* *
* All read and write calls are thread-safe. * All read and write calls are thread-safe.
* @deprecated Use the device API from the Kernel project
*/ */
class I2cDevice : public Device { class I2cDevice : public Device {