Talk:Breakout - Ece

Talk:Breakout

From Ece

Jump to: navigation, search

Your project sounds like a good one, but you should include more information about the interface to the controller. You should provide documentation on how the single bidirectional data line sends and receives its data. It will either be a known format (like I2C) or a proprietary format. If it's the latter, you will need to provide a good bit of detail about how it sends/receives data. Without this you won't be able to build a FSM to interface it. When you do build the FSM, you should provide an ASM on the webpage describing how it works.

Also, you are free to use any code you find on the internet as long as you document where they came from. However, you still must deliver 3 original modules.

-Justin Davis