Arduino SD

Serial.println("Create Log File"); Log = SD.open("LOG.TXT", FILE_WRITE); if(Log) { Serial.println("File Created"); //Log Log.println("Millis="); Log.print(millis()); Serial.println("Save To Log Millis="); //Log Serial.print(millis()); //Log Log.close(); }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.