Add measurements and change a little the definition of free software

This commit is contained in:
2012-09-23 18:43:01 +02:00
parent 96beb03a57
commit d71dcd25c5
11 changed files with 37829 additions and 9 deletions

View File

@ -73,7 +73,7 @@ void setup() {
if (file) {
Serial.print("Creating data.tsv");
file.println("#Time\t\t\t\tT [°C]\tP [Pa]\tAlt [m]\tHr [%]\tLx "
file.println("#Time\t\t\tT [°C]\tP [Pa]\tAlt [m]\tHr [%]\tLx "
"[lux]");
file.close();
Serial.println("DONE");