March 2016
Beginner to intermediate
296 pages
6h 34m
English
This recipe extends the helloBlinky_c2v0 recipe introduced in the previous section, and includes a few more C programming statements. We'll call our new recipe helloBlinky_c2v1. uVision5's IDE features a so-called folding editor that allows blocks of code and comments to be hidden or expanded. This is quite useful for hiding complexity, allowing us to focus on the important details.
First, we'll draw a flowchart describing what our program will do. Don't worry about the details at this stage, we just need to describe the behavior. A flowchart describing helloBlinky_c2v1 is shown as follows:
Our program will need to change the value of a number stored in memory that determines the LED that ...
Read now
Unlock full access