|
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.
|
Header for GPIO integration tests. More...
#include "unit_test.h"Go to the source code of this file.
Functions | |
| meshx_err_t | register_gpio_integration_tests (void) |
| Register GPIO integration tests with the unit test framework. | |
Header for GPIO integration tests.
This file declares the GPIO integration test registration function for testing GPIO with elements, hosted mode, and KV Engine persistence.
Validates: Requirements 10.5-10.8
| meshx_err_t register_gpio_integration_tests | ( | void | ) |
Register GPIO integration tests with the unit test framework.
This function registers all GPIO integration tests including:
Test command IDs (use cmd_id 100+ to avoid conflict with unit tests):
Register GPIO integration tests with the unit test framework.