Обновление
This commit is contained in:
parent
2463152d0f
commit
146c7e5a71
|
|
@ -16,5 +16,11 @@ typedef struct {
|
||||||
PwmIOTransactionSetActivePercent setActivePercent;
|
PwmIOTransactionSetActivePercent setActivePercent;
|
||||||
} tPwmIO;
|
} tPwmIO;
|
||||||
|
|
||||||
|
typedef uint8_t (*PwmIOCaptureTransaction )(void *env);
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
void *env;
|
||||||
|
PwmIOCaptureTransaction getPwm;
|
||||||
|
} tPwmCaptureIO;
|
||||||
|
|
||||||
#endif //MODULE_PWMIO_H
|
#endif //MODULE_PWMIO_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue