работает слейв и мастер

This commit is contained in:
2026-05-28 03:20:13 +03:00
commit cbb571f124
191 changed files with 55316 additions and 0 deletions

9
App/slave_inputs.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef SLAVE_INPUTS_H
#define SLAVE_INPUTS_H
void SlaveInputs_Init(void);
void SlaveInputs_Process(void);
int SlaveInputs_HasChanges(void);
void SlaveInputs_ClearChanges(void);
#endif