16 lines
238 B
C
16 lines
238 B
C
|
|
/*
|
|||
|
|
* BL25CM1A.h
|
|||
|
|
*
|
|||
|
|
* Created on: 7 <EFBFBD><EFBFBD><EFBFBD><EFBFBD>. 2023 <EFBFBD>.
|
|||
|
|
* Author: seklyuts
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#ifndef SRC_BL25CM1A_H_
|
|||
|
|
#define SRC_BL25CM1A_H_
|
|||
|
|
|
|||
|
|
void Bl25cm1a_en(void);
|
|||
|
|
void Bl25cm1a_write(void);
|
|||
|
|
void Bl25cm1a_read(void);
|
|||
|
|
|
|||
|
|
#endif /* SRC_BL25CM1A_H_ */
|