タグ付けされた質問 「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 int button2State; …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.