mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Use CRC-8 to validate the random seed in EEPROM/Flash
This commit is contained in:
@@ -160,7 +160,7 @@ void setup() {
|
||||
}
|
||||
\endcode
|
||||
|
||||
The random number generator uses 49 bytes of space at the end of
|
||||
The random number generator uses 48 bytes of space at the end of
|
||||
EEPROM memory to store the previous seed. When the system is started
|
||||
next time, the previous saved seed is loaded and then deliberately
|
||||
overwritten with a new seed. This ensures that the device will not
|
||||
|
||||
Reference in New Issue
Block a user