mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Remove EEPROM address argument from RNG.begin()
Always store the seed at the very end of EEPROM memory.
This commit is contained in:
@@ -57,7 +57,7 @@ RNGClass::~RNGClass()
|
||||
clean(stream);
|
||||
}
|
||||
|
||||
void RNGClass::begin(const char *tag, int eepromAddress)
|
||||
void RNGClass::begin(const char *tag)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user