You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 9 Sep 2010 at 3:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Sep 2010 at 3:46The text was updated successfully, but these errors were encountered: