This is not working anymore with strcpy():
A few Serial.print() statements are in your future. I don't see anything obviously wrong.
Except that everything you have in loop() could be done (for testing purposes) in setup(), except the delay().
This is not working anymore with strcpy():
A few Serial.print() statements are in your future. I don't see anything obviously wrong.
Except that everything you have in loop() could be done (for testing purposes) in setup(), except the delay().