generated from PEG/EE690-EmSys-TiVA-Template
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
|
# Embedded Systems Lab Report
|
||
|
|
||
|
<!-- Insert your details here -->
|
||
|
* FirstName Lastname [ee23mt999@iitdh.ac.in]
|
||
|
* FirstName Lastname [ee23mt999@iitdh.ac.in]
|
||
|
* Group: NN <br>
|
||
|
* [Date]
|
||
|
|
||
|
### Problem Statement:
|
||
|
|
||
|
Insert the problem statement here, verbatim
|
||
|
|
||
|
### Solution Summary:
|
||
|
|
||
|
A brief description (not more than 200 words) of how you have approached the problem, and how you have attempted to solve it.
|
||
|
|
||
|
### Assumptions, Constraints and Requirements:
|
||
|
|
||
|
Self explanatory. The problem statements are not exhaustive. Are there corner cases that your solution accounts for? Are there conditions that you ignore or default to?
|
||
|
|
||
|
### Block diagram / Flowchart:
|
||
|
|
||
|
Markdown allows you to embed an image file from your repo as a link, like this:
|
||
|
|
||
|
![Duck](duck.png)
|
||
|
|
||
|
Alternatively, there are [many](https://asciiflow.com/#/) [tools](https://textik.com/#1c607fbeaad12321) [to create](https://metacpan.org/dist/App-Asciio/view/lib/App/Asciio.pm) ASCII Diagrams and more complicated [graphics with mermaid](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/).
|
||
|
|
||
|
### Measurements and Results:
|
||
|
|
||
|
Oscilloscope waveforms, measurememtns, etc. go here.
|
||
|
|
||
|
### Discussion and Conclusions:
|
||
|
|
||
|
Did you get some unexpected behavior? Was there something that was not as expected?
|