Closed GoogleCodeExporter closed 8 years ago
yes,
pinMode(AnalogInPin, INPUT_PULLUP);
and equivalent:
pinMode(AnalogInPin, INPUT);
digitalWrite(AnalogInPin, HIGH);
do not appear to activate the internal pullup on attiny85
(winxp, arduino1.0.1)
Original comment by LoftyAn...@gmail.com
on 17 Nov 2012 at 11:23
I can confirm that the problem exists, and the code above works.
Original comment by andre....@gmail.com
on 18 Apr 2013 at 8:06
Original comment by arduino....@gmail.com
on 24 May 2013 at 8:03
Original issue reported on code.google.com by
Wilfried...@googlemail.com
on 5 Oct 2012 at 11:16Attachments: