I saw this post, how do I add it to my script ?
tried copy/paste
got this -
exit status 1 #include expects “FILENAME” or
removed the #include
afe_Last_Version1:420:6: error: redefinition of ‘void setup()’
void setup()
^~~~~
C:\Users\User\Documents\Arduino\Safe_Last_Version1.ino:65:6: note: ‘void setup()’ previously defined here
void setup( void )
^~~~~
exit status 1
variable or field ‘reseedRandom’ declared void
how do I add it ?
just trying to replace -
randomSeed(analogRead(1));
with more random option since I’m getting 90% of the time the same numbers on random and anaglogread is not connteced
removed setup getting
‘eeprom_read_dword’ was not declared in this scope