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 File Reference

Header for GPIO platform property-based tests. More...

#include "meshx_err.h"

Go to the source code of this file.

Functions

meshx_err_t register_gpio_platform_property_tests (void)
 Register GPIO platform property tests.

Detailed Description

Header for GPIO platform property-based tests.

Function Documentation

◆ register_gpio_platform_property_tests()

meshx_err_t register_gpio_platform_property_tests ( void )

Register GPIO platform property tests.

Returns
meshx_err_t Registration result
162{
164}
static meshx_err_t gpio_platform_property_test_handler(int cmd_id, int argc, char **argv)
GPIO platform property test command handler.
Definition gpio_platform_property_test.c:145
@ MODULE_ID_GPIO_PLATFORM_TEST
Definition module_id.h:49
meshx_err_t register_unit_test(module_id_t module_id, module_callback_t callback)
Register a unit test for a specific module.
Definition unit_test.c:137