Root header file for the NavHAL project by NavRobotec. More...
#include "common/hal_gpio.h"#include "common/hal_clock.h"#include "common/hal_uart.h"#include "common/hal_timer.h"#include "common/hal_pwm.h"#include "common/hal_12c.h"

Go to the source code of this file.
Macros | |
| #define | VERSION_MAJOR 0 |
| #define | VERSION_MINOR 1 |
| #define | VERSION_PATCH 0 |
| #define | VERSION "0.1.0" |
Root header file for the NavHAL project by NavRobotec.
NavHAL is the official hardware abstraction layer (HAL) developed by NavRobotec. It provides a clean, modular, and extensible C interface to abstract peripheral control (such as GPIO, UART, timers) across multiple microcontroller architectures.
Include this file in your application to access the full HAL API.
| #define VERSION "0.1.0" |
| #define VERSION_MAJOR 0 |
| #define VERSION_MINOR 1 |
| #define VERSION_PATCH 0 |