From dfa07a06523179c127ab19efe149f64252dbc541 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Tue, 14 Oct 2025 18:48:10 +0300 Subject: [PATCH] wip: --- include/zh_ac_dimmer.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/zh_ac_dimmer.h b/include/zh_ac_dimmer.h index d165590..96abb27 100644 --- a/include/zh_ac_dimmer.h +++ b/include/zh_ac_dimmer.h @@ -23,10 +23,9 @@ extern "C" typedef struct // Structure for initial initialization of AC dimmer. { - uint8_t ac_dimmer_frequency; // AC frequency. - uint8_t zero_cross_gpio; // Zero cross GPIO. - uint8_t triac_gpio; // Triac GPIO. - uint8_t triac_time; // Triac turn-on time (in microseconds). Depends on the type of triac. Tested on BTA16-600. + uint8_t zero_cross_gpio; // Zero cross GPIO. + uint8_t triac_gpio; // Triac GPIO. + uint8_t triac_time; // Triac turn-on time (in microseconds). Depends on the type of triac. Tested on BTA16-600. } zh_ac_dimmer_init_config_t; /**