Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new library Computer Adders #1624

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -6717,5 +6717,27 @@
"Developer",
"Users"
]
},
{
"name": "Computer Adders",
"description": "This library contains diagram elements for illustrating different types of digital adders, including:\r\n\r\nHalf Adder: A fundamental digital circuit that adds two single-bit binary numbers, producing a sum and a carry-out.\r\nFull Adder: A digital circuit that adds three single-bit binary numbers (two inputs and one carry-in), producing a sum and a carry-out.\r\nMulti-bit Adders: Includes components for 4-bit, 8-bit, and cascaded adder configurations, enabling visualization of larger binary addition operations.",
"authors": [
{
"name": "Julian Alconcher",
"github": "https://github.com/JulianAlconcher",
"twitter": "https://twitter.com/AlconJulian1",
"url": "https://github.com/JulianAlconcher"
}
],
"source": "julianalconcher/computer-adders.excalidrawlib",
"preview": "julianalconcher/computer-adders.jpg",
"created": "2024-12-05",
"updated": "2024-12-05",
"version": 2,
"itemNames": [
"Ripple Adder",
"Half Adder",
"Full Adder"
]
}
]
Loading
Loading