NEGATIVE LOGIC Get link Facebook X Pinterest Email Other Apps July 17, 2024 CODING :// C++ code//void setup(){ pinMode(2, INPUT);}void loop(){ int x=digitalRead(2); if(x==HIGH) { digitalWrite(3,HIGH);} else digitalWrite(3,LOW);} Get link Facebook X Pinterest Email Other Apps Comments
March 04, 2025 Microstrip Line Calculator Microstrip Line Calculator Synthesize Synthesize Analyze Analyze Read more
Comments
Post a Comment