void setup() {
  pinMode(12, OUTPUT);

}

void loop() {
  // put your main code here, to run repeatedly:

}