How to compare string from Serial.read()?

后端 未结 6 2426
遇见更好的自我
遇见更好的自我 2021-02-09 11:07

I have this code below where I got from this forum that I followed through. It did not work for me but they claim that the code is fine. I already tried several string compariso

6条回答
  •  悲哀的现实
    2021-02-09 11:14

    solved your code is right you just have to set arduino terminal on "no line ending" you also forgot to write this Serial.println("switching off");

    and thanks for sharing your code i am also using your code thanks!!

提交回复
热议问题