18 lines
171 B
C
18 lines
171 B
C
|
|
/*
|
|||
|
|
* biss.h
|
|||
|
|
*
|
|||
|
|
* Created on: 26 <EFBFBD><EFBFBD><EFBFBD>. 2023 <EFBFBD>.
|
|||
|
|
* Author: seklyuts
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#ifndef SRC_BISS_H_
|
|||
|
|
#define SRC_BISS_H_
|
|||
|
|
|
|||
|
|
|
|||
|
|
void init_Biss(void);
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
#endif /* SRC_BISS_H_ */
|
|||
|
|
|