This module goes through some more team-specific topics, and instills various coding best-practices and workflow-related things. In addition, it provides software members with a high-level overview of a simple inter-board communication protocol (SPI), which is often used to communicate with peripherals.
Goals for this Module
After going through this module, I will be able to:
- follow Midnight Sun's software workflow
- write code that conforms to Midnight Sun's coding style
- use Git to create feature branches to perform development, track changes, and push to the remote GitHub repository
- understand the importance of writing modular code
- write modular code
- understand how communication over SPI works
- use SPI to communicate with a peripheral