| http://www.w3.org/ns/prov#value | - D_led, OUTPUT); digitalWrite(SD_led, HIGH); } else { Serial.println(could not open log file); } delay(29000); digitalWrite(SD_led, LOW); delay(1000);}Here SD_led lights ON when data is getting written on SD card and if there is a problem, it turns off.Based on SD_led, I want to reset Arduino.My idea is:Reset Arduino when SD_led is OFF.Please suggest how is it possible.Thanks.Best,Z
|