From d40211bfff5bf2291002fe5dc1b1b438904271ac Mon Sep 17 00:00:00 2001 From: Jake Read <jake.read@cba.mit.edu> Date: Fri, 4 Oct 2019 11:12:21 -0400 Subject: [PATCH] example note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c7dfff..bf25d97 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Notes for beginners and reference for experts on the nuts and bolts of circuit d No matter what software you're using, it's important to understand the two representations we use to describe circuits. +To jump in, I've included [this **example eagle project**](eagle/examples/xmega-demo) that you can clone (it will probably even work!) to see what-all is going on when you're designing circuits. + The ```schematic``` is a nonphysical space where we can describe which outputs or inputs from our various components are connected to one another. In a schematic, we find part ```symbols``` that pave ```pins```, these are connected to one another on ```nets```.  -- GitLab