#ifndef BSP_LASER_H #define BSP_LASER_H extern void laser_configuration(void); extern void laser_on(void); extern void laser_off(void); #endif