This week, the assignment was to design and build a wired (or wireless) network connecting at least two processors. I chose to focus on networking a couple of ATtiny45 microcontrollers via I2C (also known as TWI). I didn't have any experience with networked communication before this week, and this seemed like a pretty useful + common means of communicating between devices. I also wanted to accomplish this using the Arduino IDE, as I am a little more comfortable with it as a programming environment.