#include // die Lib findest du selber ;-) Print &cout = Serial; // cout Emulation für "Arme" // constexpr int melody[] // Globale Variablen verwenden 6744 Bytes // int melody[] // Globale Variablen verwenden 7080 Bytes const int melody[] // Globale Variablen verwenden 6744 Bytes { 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, 1,4,6,8,22,5, }; void setup() { delay(6000); Serial.begin(9600); cout << F("Start: ") << F(__FILE__) << endl; for(auto data: melody) cout << data << endl; } void loop() { }