pRNG
pRNG copied to clipboard
compatibility with new AVR cores
Hello, I am having issues with this library, like it produces few random numbers than it stops. It used to work a couple of years ago. Can it be that the new AVR cores have introduced some optimization that broke the compatibility?
I have tested on a Arduino pro micro.
Ciao Marco
I will investigate it.
I launched the example sketch "pRNG test" for about 10 minutes and no freeze occurred. At first glance, the numbers that I got on the serial monitor seem to be almost randomly. I used Arduino IDE 1.8.5 on my Mac, pRNG 1.2.2 installed through the library manager of the IDE.
hello, version 1.2.2 is not released and so not available with library manager. the one available is 1.2.1 I made some new tests using different boards and both on mac and windows. Using an Arduino Duemilanove ( ATMega328P) it works, with Lonardo (ATmega32u4) it blocks.