intensity for laser is now a float, not an int!

parent a3cde075
......@@ -57,7 +57,7 @@ typedef struct {
extern laser_t laser;
void laser_init();
void laser_fire(int intensity);
void laser_fire(float intensity);
#if ENABLED(LASER_PULSE_METHOD)
void laser_pulse(uint32_t ulValue, unsigned long usec);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment