Embedded Programming
I decided to do the embedded programing assignment with the Arduino language. Since Arduino language is actually a set of C/C++ functions it was straight forward to use it and understand. One of the most important reason I choose it though was because of its very functional, pure and simple IDE. Moreover it's big community is another advantage.
The code I wrote is straight forward. My goal was to create the simplest program to verify that my produced boards were working. The documented example below detects if the button is pressed and turns on an LED. In this attempt I used the board from the assignment 6: Electronic Design.
Below there is a picture of me interacting with the board the board.
The code is: