All submissions

Logic Gate Implementation

Solving Approach

How do you plan to solve it?

 Wire each switch between an input pin and ground. Connect each LED—with a resistor—in series between an output pin and ground. Then, use programming logic to display the results of AND, OR, NAND, and NOR operations on the LEDs.
 

 

 

 

Code

/*Paste your code here*/

https://wokwi.com/projects/443180081860897793

 

 

 

Output

Video

Add a video of the output (know more)

 

 

 

 

Submit Your Solution

Note: Once submitted, your solution goes public, helping others learn from your approach!