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_integration_property_test.h File Reference

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

#include "meshx_err.h"

Go to the source code of this file.

Functions

meshx_err_t register_gpio_integration_property_tests (void)
 Register GPIO integration property tests.

Detailed Description

Header for GPIO integration property-based tests.

Function Documentation

◆ register_gpio_integration_property_tests()

meshx_err_t register_gpio_integration_property_tests ( void )

Register GPIO integration property tests.

Returns
meshx_err_t Registration result
133{
135}
static meshx_err_t gpio_integration_property_test_handler(int cmd_id, int argc, char **argv)
GPIO integration property test command handler.
Definition gpio_integration_property_test.c:117
@ MODULE_ID_GPIO_ELEMENT_TEST
Definition module_id.h:50
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