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