FIRE FIGHTING ROBOT USING ARDUINOFirefighters continue to risk death as the world gradually moves towards automated sy
ABSTRACTThe project represents our final project in which we seek to address the problem of loss of life and property du
Interfacing LDR with Arduino Code const int ledPin = 13;const int ldrPin = A0;void setup() {Serial.begin(9600)