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

PWM configuration structure. More...

Data Fields

uint8_t logical_pin
uint32_t frequency
uint8_t duty_cycle
uint8_t resolution
uint8_t channel

Detailed Description

PWM configuration structure.

Field Documentation

◆ channel

uint8_t meshx_pwm_config_t::channel

Hardware channel number

◆ duty_cycle

uint8_t meshx_pwm_config_t::duty_cycle

Duty cycle (0-100%)

◆ frequency

uint32_t meshx_pwm_config_t::frequency

PWM frequency in Hz

◆ logical_pin

uint8_t meshx_pwm_config_t::logical_pin

Logical pin number

◆ resolution

uint8_t meshx_pwm_config_t::resolution

Resolution in bits


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