So been trying to find an answer and even just test stuff but nothing working.
I am using the HLT core for the attiny85 and trying to read an analog signal in but am hitting a brick wall. Using the HLT cores how do you properly address the pin? I am trying to read in on the chip pin 3 (HLT pin 4). I have tried using:
analogRead(3)
analogRead(4)
analogRead(A2)
analogRead(2)
but none seem to work. Does anyone have experience with these cores or shoud I use the attiny-core on google?
I am basically using two pins (0, 1 on HLT scheme) for a ping style sensor, pins 2,3 (on HLT scheme) for LEDS, and pin 4 for reading in a pot for a setting the user can adjust.

