15 lines
254 B
C
15 lines
254 B
C
|
/*
|
|||
|
* optical_bus_tools.h
|
|||
|
*
|
|||
|
* Created on: 19 <EFBFBD><EFBFBD><EFBFBD>. 2024 <EFBFBD>.
|
|||
|
* Author: user
|
|||
|
*/
|
|||
|
|
|||
|
#ifndef SRC_MAIN_OPTICAL_BUS_TOOLS_H_
|
|||
|
#define SRC_MAIN_OPTICAL_BUS_TOOLS_H_
|
|||
|
|
|||
|
void optical_bus_read_write_interrupt(void);
|
|||
|
|
|||
|
|
|||
|
#endif /* SRC_MAIN_OPTICAL_BUS_TOOLS_H_ */
|