работает слейв и мастер
This commit is contained in:
9
App/slave_inputs.h
Normal file
9
App/slave_inputs.h
Normal 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
|
||||
Reference in New Issue
Block a user