Searched Projects

Tags: input

project.name
0 Stars     179 Views

project.name
2 Stars     954 Views

project.name
0 Stars     210 Views

project.name
0 Stars     54 Views

ToggleLatch

ToggleLatch

Using feedback from a latch to limit button input to a single pulse.


project.name
0 Stars     63 Views

Test

Test

This is a simple input-output testing circuit, testing for recommendation systems.


project.name
0 Stars     31 Views
User:

three input

three input

project.name
0 Stars     1 Views

3 input nand gate

3 input nand gate

This is a simple gate to use for a school project, no hazard safety was prepared.


*Made from ipad


project.name
0 Stars     13 Views
User:

This is a work in progress computer. 

Instructions on use: 

Make sure you set the clock speed to 50. First connect the desired EEPROM into the program socket. The double click the reset button on the user interface panel. Finally, turn it on using the on button.

Description of EEPROMS(more will be added soon):

Blank: This is a blank slate that you can code on. 

Jump Showcase: This uses the jump command to turn on and off the hex display in an infinite loop

Display Stepper: This detects whatever is being inputted on the input stepper and displays it on the hex display.


project.name
0 Stars     2 Views
User:

full_substractor

full_substractor

A Full Subtractor is a combinational logic circuit that is designed to perform the subtraction of two binary numbers. It is considered "full" because it not only considers the subtraction of two binary inputs but also accounts for a borrow input from the previous stage. In other words, it can subtract three binary bits - minuend, subtrahend, and borrow - to produce the difference and a borrow output.