Bad pin change in TrueRandom
Opened this issue · 0 comments
GoogleCodeExporter commented
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