MeshX 0.3
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.
|
Platform abstraction layer for MeshX. More...
#include "meshx_err.h"
#include "meshx_platform_ble_mesh.h"
#include "interface/ble_mesh/meshx_ble_mesh_cmn_def.h"
Go to the source code of this file.
Functions | |
meshx_err_t | meshx_platform_init (void) |
Initializes the MeshX platform. | |
__attribute__ ((noreturn)) void meshx_platform_reset(void) | |
Resets the MeshX platform. This function performs a system reset, restarting the platform. | |
Platform abstraction layer for MeshX.
This header provides initialization functions for the MeshX platform and its Bluetooth subsystem.
Definition in file meshx_platform.h.
__attribute__ | ( | (noreturn) | ) |
Resets the MeshX platform. This function performs a system reset, restarting the platform.
meshx_err_t meshx_platform_init | ( | void | ) |
Initializes the MeshX platform.
This function sets up the necessary hardware and software components required for the MeshX platform to function correctly.
Initializes the MeshX platform.
This function sets up the necessary components and configurations required for the MeshX platform to operate on the ESP32. It ensures that the platform is ready for use by other components of the MeshX system.
Definition at line 31 of file esp_platform.c.