Command M106 / M107 for control the fan can use PWM
New function to check the used PWM pins
This commit is contained in:
parent
2379ce0df3
commit
1748e3258b
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ typedef struct {
|
|||
void FlushSerialRequestResend();
|
||||
void ClearToSend();
|
||||
|
||||
void analogWrite_check(uint8_t check_pin, int val);
|
||||
void showString (PGM_P s);
|
||||
|
||||
void manage_inactivity(byte debug);
|
||||
|
|
|
|||
Loading…
Reference in a new issue