Programming Examples

Arduino program to interface the sensor and led


interfacing sensor

Arduino program to interface the sensor and led 

Solution:


int sensorvalue=0;
void setup()
{
  pinMode(A0,INPUT);
  pinMode(13, OUTPUT);
  Serial.begin(9600);
}
void loop()
{
  sensorvalue=analogRead(A0);
  Serial.println(sensorvalue);
  if(sensorvalue>=30)
  {    
  digitalWrite(13,HIGH);
  } 
  else
  {
  digitalWrite(13,LOW);
  }  
}
Output


CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad