matlab_23550/Inu/Src/main/sbor_shema.h

16 lines
328 B
C
Raw Normal View History

2024-12-27 10:50:32 +03:00
/*
* sbor_shema.h
*
* Created on: 18 <EFBFBD><EFBFBD><EFBFBD><EFBFBD>. 2021 <EFBFBD>.
* Author: stud
*/
#ifndef SRC_MAIN_SBOR_SHEMA_H_
#define SRC_MAIN_SBOR_SHEMA_H_
unsigned int sbor_shema(int mode);
void rascepitel_on_off(unsigned int flag, int *status_perehod, int *status_on_off, int *final_status_on_off);
#endif /* SRC_MAIN_SBOR_SHEMA_H_ */