|
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.
|
MeshX IO Type Definitions. More...
#include <cstdint>#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | meshx |
Functions | |
| const char * | meshx::ioErrorToString (IoError error) |
| Convert IO error to string. | |
| const char * | meshx::gpioModeToString (GpioMode mode) |
| Convert GPIO mode to string. | |
| GpioMode | meshx::stringToGpioMode (const char *str) |
| Convert string to GPIO mode. | |
| const char * | meshx::gpioPullToString (GpioPull pull) |
| Convert GPIO pull to string. | |
| GpioPull | meshx::stringToGpioPull (const char *str) |
| Convert string to GPIO pull. | |
| const char * | meshx::gpioDriveToString (GpioDrive drive) |
| Convert GPIO drive to string. | |
| GpioDrive | meshx::stringToGpioDrive (const char *str) |
| Convert string to GPIO drive. | |
| const char * | meshx::intrTriggerToString (GpioIntrTrigger trigger) |
| Convert interrupt trigger to string. | |
| GpioIntrTrigger | meshx::stringToIntrTrigger (const char *str) |
| Convert string to interrupt trigger. | |
MeshX IO Type Definitions.
This file defines data structures and types for IO configuration.