คำถามติดแท็ก compilation-errors

1
เหตุใดคำสั่ง IF ของฉันจึงไม่เห็นทั่วโลก
ฉันค่อนข้างใหม่กับการเขียนโปรแกรม Arduino ฉันมีปัญหาในการรวบรวมโค้ดต่อไปนี้: const int relay1 = 10; //Power Relay 1 const int relay2 = 11; //Power Relay 2 const int relay3 = 12; //Toggle Relay const int button1 = 3; const int button2 = 4; const int button3 = 5; //---Button States---\\ int button1State; //Current state of Button 1 …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.