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

PWM runtime state structure. More...

Data Fields

bool started
uint32_t frequency
uint8_t duty_cycle
uint8_t resolution

Detailed Description

PWM runtime state structure.

Field Documentation

◆ duty_cycle

uint8_t meshx_pwm_state_t::duty_cycle

Current duty cycle (0-100%)

◆ frequency

uint32_t meshx_pwm_state_t::frequency

Current frequency in Hz

◆ resolution

uint8_t meshx_pwm_state_t::resolution

Current resolution in bits

◆ started

bool meshx_pwm_state_t::started

PWM output started flag


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