Command M106 / M107 for control the fan can use PWM

New function to check the used PWM pins
This commit is contained in:
midopple 2012-03-30 11:02:05 +03:00
parent 2379ce0df3
commit 1748e3258b

View file

@ -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);