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
meshx_io_factory.hpp File Reference

MeshX IO Factory. More...

#include <memory>
#include <unordered_map>
#include <string>
#include "meshx_io_interface.hpp"

Go to the source code of this file.

Data Structures

struct  meshx::IoConfig
 IO Configuration Structure. More...
class  meshx::MeshXIoFactory
 IO Factory Class. More...

Namespaces

namespace  meshx

Enumerations

enum class  meshx::IoType {
  meshx::GPIO ,
  meshx::PWM ,
  meshx::ADC ,
  meshx::DAC ,
  meshx::CUSTOM
}
 IO Type enumeration. More...

Detailed Description

MeshX IO Factory.

This file defines the IO factory for creating IO instances based on configuration.

Author
MeshX Team
Date
2024