Hardware Abstraction Layer (HAL) interface for I2C communication. More...

Go to the source code of this file.
Hardware Abstraction Layer (HAL) interface for I2C communication.
This header file provides the interface for including the appropriate I2C driver implementation based on the target architecture. For Cortex-M4 targets, it includes the core/cortex-m4/i2c.h header.
The HAL layer allows higher-level code to remain platform-independent by abstracting hardware-specific implementations.