|
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 property-based tests. More...
#include "meshx_err.h"Go to the source code of this file.
Functions | |
| meshx_err_t | register_gpio_property_tests (void) |
| Register GPIO property tests with unit test framework. | |
Header for GPIO property-based tests.
This file declares the GPIO property test functions and registration.
Validates: Requirements 2.1-2.5, 2.8-2.10, 8.1-8.3, 8.9-8.10
Property 2: Mode-Aware GPIO Operation Validity For any GPIO pin configured in a specific mode (input, output, open-drain, input/output, PWM output), operations attempted on that pin SHALL:
| meshx_err_t register_gpio_property_tests | ( | void | ) |
Register GPIO property tests with unit test framework.