you cant use a pin, well not directly.
you have to change the code that normally uses a pin to use the i2c device
as a hack, set the pin to something unique -100, -101 etc
then in the code you can program if the pin is < 100 it should use i2c device... same trick they use for thermocouple vs thermistor
but I would get m106/107 working first, as the auto fans are much more complicated
you have to change the code that normally uses a pin to use the i2c device
as a hack, set the pin to something unique -100, -101 etc
then in the code you can program if the pin is < 100 it should use i2c device... same trick they use for thermocouple vs thermistor
but I would get m106/107 working first, as the auto fans are much more complicated