9 lines
172 B
C
9 lines
172 B
C
#ifndef BSP_LASER_H
|
|
#define BSP_LASER_H
|
|
#include "struct_typedef.h"
|
|
|
|
extern void laser_configuration(void);
|
|
extern void laser_on(void);
|
|
extern void laser_off(void);
|
|
#endif
|