From 7c65dd4dae7d340dc8a11b0f5962227f4dc62595 Mon Sep 17 00:00:00 2001 From: Kevin Santo Cappuccio Date: Mon, 17 Jul 2023 15:13:22 -0700 Subject: [PATCH 1/2] Update README.md --- JumperlessNano/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/JumperlessNano/README.md b/JumperlessNano/README.md index 99e0e8c..4d37c93 100644 --- a/JumperlessNano/README.md +++ b/JumperlessNano/README.md @@ -1,8 +1,3 @@ -The code is still a work in progress, but you can upload it to a Raspberry Pi Pico and mess with it. - -Currently the part that's nearly finished is the logic for loading nets from a file, combining, deleting, adding nodes and bridges while respecting the Do Not Intersect rules (so you can't connect power to gnd and stuff) - -If you don't feel like loading this onto a Pico to see the output, here is what it currently outputs with a tester nodeFile.txt ``` From b9bc9630f8f36137e10213e6dd7f7536cadf6174 Mon Sep 17 00:00:00 2001 From: Kevin Santo Cappuccio Date: Mon, 17 Jul 2023 17:45:00 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deaaa80..b8ae23c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ https://github.com/Architeuthis-Flux/Jumperless/assets/20519442/400c624a-a441-4f Using a bunch of analog crosspoint switches wired together into one bigger switch, this breadboard makes real, hardware connections between any points on the board or the Arduino Nano header at the top via software command, instead of needing to use jumper wires. ![IMG_3580](https://github.com/Architeuthis-Flux/Jumperless/assets/20519442/3bd5be34-cf55-41ca-ad52-e8c9f27a0faf) - +##### Note: all the images here are Rev 1 without the LEDs around the Nano Header Jumperless also has a ton of voltage/current sensing so the RGB LEDs underneath each row can show a ton of information about what's going on with your circuit. 2 buffered high-current DACs (one 0-5V and one ±8V), 4 buffered and level-shifted 12-bit ADCs (3 are 0-5V and 1 for ±8V), 2 INA219 current and voltage measurement ICs, and 4 GPIO to simulate digital or analog signals that can be routed to anywhere on the breadboard or the Arduino Nano header.