Trying to control two pins seperatly with M106/M107 commands
Right now, D10 will turn on and off with the m106 and m107 commands. I edited #define FEATURE_FAN2_CONTROL to be set to 1. This makes it so whatever FAN2_PIN is assigned, it will be controlled by M106 P1. But the problem I have is that the D9 LED will turn on when M106 P1 is called, but is extremely faint and looks to be blinking fastly. I am controlling the output of a welder with M106 on D10, but I now want to control another object in a similar fashion. Did I do something wrong, or am I going about this the incorrect way?
Comments