Is it possible to change a Digital Output Pin to Hi-Z state at runtime in the Sensor Controller Studio?
I'm implementing a sort-of 1-bit DAC by driving a pin as output while sampling ADC on the voltage after an RC filter. The pin is output high if the ADC value is too low, output is low if the ADC value is too high (bang-bang controller). Once the capacitor voltage is within an acceptable range, I want to Hi-Z the output pin so it stops driving and using up power.