This week, in order to complete our assignment, we must read and understand a microcontroller datasheet. After glancing through it to get a better understanding of the role of the microcontrolle and how it can be used, some questions that I have are:

Continuing with our electronics, this week I am using my board from Electronics Design. My overall design encorporates two LEDs and a tactile switch. Through this design, when my board gets power, one LED will come on; when the button is pressed, the other LED will come on. For programming, I have found that I am more comfortable using it on the Linux side; that environment seems more user-friendly and easier to understand.
In going through the archive tutorials of steps to take in programming, I remember that you must have the Make and .C files in the same place. To test out my board, I decided to program it using the original file for the original board (before adding the button and LEDs) just to see if it would work.... And it did!


Once I knew that my board could be programmed, I decided to create my own code for what I wanted the board to do initially. I used a combination of codes for the Button and Light created by Neil for what my board will do. Here is the link to my code. These pictures caputure my board not only receiving power, but the difference in when the switch is pressed versus when it is not pressed.

red light     green light


These were the steps I took towards programming my board