marvinroger / ESP8266TrueRandom

TrueRandom Arduino library for the ESP8266
GNU Lesser General Public License v3.0
76 stars 27 forks source link

RANDOM_REG32 update #3

Closed bebo-dot-dev closed 8 years ago

bebo-dot-dev commented 8 years ago

This pull request introduces the use of the RANDOM_REG32 hardware RNG register on the ESP8266. This frees up use of the A0/TOUT pin and RANDOM_REG32 is now used by default but if necessary, the legacy behavior of using A0/TOUT is still supported by setting useRNG==false.

marvinroger commented 8 years ago

I thought about it, but had not time to implement it. Thanks!