slavkoja / tinkerit

Automatically exported from code.google.com/p/tinkerit
0 stars 0 forks source link

Bad pin change in TrueRandom #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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