NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
hal_12c.h
Go to the documentation of this file.
1
15
16#ifndef HAL_I2C_H
17#define HAL_I2C_H
18
19#ifdef CORTEX_M4
20#include "core/cortex-m4/i2c.h"
21#endif
22
23#endif // !HAL_I2C_H
Cortex-M4 I²C HAL interface.