/*
   Skriv Debug
*/

void setup() {
  Serial.begin(9600);
}

void loop() {
  Serial.println("hej");
  delay(1000);
}
