|
@ -305,7 +305,7 @@ void setup() |
|
|
|
|
|
|
|
|
Serial.println(F("Text resets to 'A'")); |
|
|
Serial.println(F("Text resets to 'A'")); |
|
|
|
|
|
|
|
|
String text = "Liebe Rohrers, frohe Weihnachten (nachtrAglich)!"; |
|
|
|
|
|
|
|
|
String text = "inital text"; |
|
|
|
|
|
|
|
|
at24c32.write(TEXT_SIZE_ADDRESS, text.length()); |
|
|
at24c32.write(TEXT_SIZE_ADDRESS, text.length()); |
|
|
|
|
|
|
|
|