The project I'm working uses a ATtiny85 and during the course of development has gotten a fair amount of feature scope and I need to use all the pins.
I have a 10K pot on PB5 (PCINT5/RESET/ADC0/dW) and I want to use the ADC0 on that pin.
When I get to a certain point on the point, threshold voltage is reached and the unit resets, which is what I would expect.
My question; is there a way to disable the reset without fuses? I've did a fair amount of googling and I've not found anything that helps.
I've tried disabling the digital input on ADC0D and enabling the ADC unit using ADEN.
Any help appreciated!