15 lines
467 B
Markdown

The quick brown fox jumps over the lazy dog. The dog stays blissfully asleep. :)
# Current Status
I have the I2C breakout boards soldered up and ready to go. The first test is
going to be sending signals back and forth from an Arduino. There's a couple of
things that need figured out on how to do this:
1. How do I program an Arduino from my linux PC?
2. How do I build an I2C circuit?
3. How do I program this little board from my PC?
## Arduino Programming