This shows you the differences between two versions of the page.
milestone_3 [2022/01/31 14:28] scott [Organization] |
milestone_3 [2023/02/06 10:26] (current) scott [Software Coding Standard] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Milestone 3 ===== | + | ====== Milestone 3 ====== |
In this milestone you will implement most of the 'C' code that implements the laser-tag system. | In this milestone you will implement most of the 'C' code that implements the laser-tag system. | ||
- | ==== Goal ==== | + | ===== Goal ===== |
Demonstrate the system working with a feedback connection (built into the ECEn Development Board) connecting the output of the transmitter to the input of the ADC. You will demonstrate the ability of your system to: | Demonstrate the system working with a feedback connection (built into the ECEn Development Board) connecting the output of the transmitter to the input of the ADC. You will demonstrate the ability of your system to: | ||
Line 13: | Line 13: | ||
- | ==== Organization ==== | + | ===== Organization ===== |
This milestone will be divided into three tasks that will be due and passed off as recorded in Learning Suite. | This milestone will be divided into three tasks that will be due and passed off as recorded in Learning Suite. | ||
Line 20: | Line 20: | ||
- [[Milestone 3 Task 3 | Task 3]]. Implementation of the detector (detector.c) and integration with all other parts of the project in order to perform the final pass-off for the overall milestone using the feedback provided by the development board. | - [[Milestone 3 Task 3 | Task 3]]. Implementation of the detector (detector.c) and integration with all other parts of the project in order to perform the final pass-off for the overall milestone using the feedback provided by the development board. | ||
- | ==== Software Coding Standard ==== | + | ===== Software Coding Standard ===== |
- | All of the tasks comprising Milestone 3 are software tasks and must adhere to the [[http://ecen330wiki.groups.et.byu.net/wiki/doku.php?id=coding_standards|coding standard]]. | + | All of the tasks comprising Milestone 3 are software tasks and must adhere to the [[https://byu-cpe.github.io/ecen330/other/coding-standard/|coding standard]]. **Exception: clang-format is not required. Ignore any clang-format rules.** |
See learning suite for a breakdown of the credit that you receive for pass-off and source-code submission. | See learning suite for a breakdown of the credit that you receive for pass-off and source-code submission. | ||