If / else problem causing motor to not spin

前端 未结 0 1685
面向向阳花
面向向阳花 2021-01-16 15:39

This is the part of the code with the error:

  int value = analogRead(LM351);
  float Temperature = value * 500.0 / 1023.0;
  lcd.setCursor(6,0);
  lcd.print(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题