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

FullAdder #1348

Merged
merged 17 commits into from
Dec 9, 2024
Merged
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
14 changes: 14 additions & 0 deletions projects/FullAdder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: "Zander Plut"
slack_handle: "@zp-86"
github_handle: "@zp-86"
tutorial: # Link to the tutorial if you used one
---

# FullAdder

<!-- Describe your board in 2-3 sentences. What are you making? What will it do? -->
I am making a full adder as it was one of the first circuits I ever made. It will have 3 switches and count between 00,01,10,11.
<!-- How much is it going to cost? -->
$69.47
<!-- Tell us a little bit about your design process. What were some challenges? What helped? ***Totally optional*** -->
Binary file added projects/FullAdder/cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/FullAdder/gerber.zip
Binary file not shown.
Binary file added projects/FullAdder/schematic.pdf
Binary file not shown.
177 changes: 177 additions & 0 deletions projects/FullAdder/src/pcb.json

Large diffs are not rendered by default.

206 changes: 206 additions & 0 deletions projects/FullAdder/src/schematic.json

Large diffs are not rendered by default.

Loading