PWM Spindle Control and Invert Spindle & Coolant Pins
PWM Spindle Control and Invert Spindle & Coolant Pins
This commit is contained in:
parent
f10bad43b2
commit
c0381799eb
6 changed files with 198 additions and 48 deletions
|
|
@ -25,7 +25,9 @@
|
|||
#include <avr/io.h>
|
||||
|
||||
void spindle_init();
|
||||
void spindle_run(int8_t direction); //, uint16_t rpm);
|
||||
void spindle_run(int8_t direction, uint16_t rpm);
|
||||
void spindle_stop();
|
||||
uint8_t spindle_pwm();
|
||||
void spindle_pwm_update(uint8_t pwm);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue