MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
Loading...
Searching...
No Matches
gpio_platform_property_test.h
Go to the documentation of this file.
1/**
2 * @file gpio_platform_property_test.h
3 * @brief Header for GPIO platform property-based tests
4 */
5
6#ifndef __GPIO_PLATFORM_PROPERTY_TEST_H
7#define __GPIO_PLATFORM_PROPERTY_TEST_H
8
9#include "meshx_err.h"
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15#if CONFIG_ENABLE_UNIT_TEST
16
17/**
18 * @brief Register GPIO platform property tests
19 * @return meshx_err_t Registration result
20 */
22
23#endif /* CONFIG_ENABLE_UNIT_TEST */
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif /* __GPIO_PLATFORM_PROPERTY_TEST_H */
meshx_err_t register_gpio_platform_property_tests(void)
Register GPIO platform property tests.
Definition gpio_platform_property_test.c:161
MeshX Error Codes.
meshx_err_t
MeshX Error Codes.
Definition meshx_err.h:43