From 146c7e5a71dcd884fc38f59537d37ceee4e04a1e Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 15 Jan 2026 12:08:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Inc/PwmIO.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Inc/PwmIO.h b/Inc/PwmIO.h index fc2d28c..5ab6d3e 100644 --- a/Inc/PwmIO.h +++ b/Inc/PwmIO.h @@ -16,5 +16,11 @@ typedef struct { PwmIOTransactionSetActivePercent setActivePercent; } tPwmIO; +typedef uint8_t (*PwmIOCaptureTransaction )(void *env); + +typedef struct { + void *env; + PwmIOCaptureTransaction getPwm; +} tPwmCaptureIO; #endif //MODULE_PWMIO_H