This code has a simple function to perform, if Button is pressed glow the LED. const int BUTTON = 4; // Naming switch button pin const int LED = 3; // Namin LED ...
確定! 回上一頁