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_gpio_pwm_config_serialized_t Struct Reference

Serialized PWM Configuration. More...

#include <meshx_gpio_types.h>

Data Fields

uint32_t frequency
uint8_t duty_cycle
uint8_t resolution
uint8_t channel
uint8_t reserved [1]

Detailed Description

Serialized PWM Configuration.

Field Documentation

◆ channel

uint8_t meshx_gpio_pwm_config_serialized_t::channel

◆ duty_cycle

uint8_t meshx_gpio_pwm_config_serialized_t::duty_cycle

◆ frequency

uint32_t meshx_gpio_pwm_config_serialized_t::frequency

◆ reserved

uint8_t meshx_gpio_pwm_config_serialized_t::reserved[1]

◆ resolution

uint8_t meshx_gpio_pwm_config_serialized_t::resolution

The documentation for this struct was generated from the following file: