Purpose
This file contains all the specific code for the getting-started-project.
Contents
The code
can be roughly broken down as follows:
- Configuration functions
- Interrupt handlers
- Utility functions (such as Wait())
- The main() function, which implements the program behavior
Please refer to the list of functions in the
Overview tab of this unit for more detailed information.