While reading the source code of TrueRandom, I have read:
// Release Analog0, apply internal pullup
DDRC &= ~_BV(0);
PORTC |= _BV(1);
Well, I believe you meant "PORTC |= _BV(0)", isn't?
Laurent Debacker
Original issue reported on code.google.com by deback...@gmail.com on 9 Sep 2010 at 3:46
Original issue reported on code.google.com by
deback...@gmail.com
on 9 Sep 2010 at 3:46