From e0bfad0efe4b8016d54afac915a0c795825a41be Mon Sep 17 00:00:00 2001 From: Abhijit Kshirsagar Date: Mon, 11 Sep 2023 19:26:12 +0530 Subject: [PATCH] Create Report.md Report template added --- EE690_LabXX/Report.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 EE690_LabXX/Report.md diff --git a/EE690_LabXX/Report.md b/EE690_LabXX/Report.md new file mode 100644 index 0000000..8169fa7 --- /dev/null +++ b/EE690_LabXX/Report.md @@ -0,0 +1,31 @@ +# Embedded Systems Lab Report + + +* FirstName Lastname [ee23mt999@iitdh.ac.in] +* FirstName Lastname [ee23mt999@iitdh.ac.in] +* Group: NN
+* [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 some very nice text graphics. Otherwise you can always add an image file to your repo and link to it. + +### 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?