Skip to content

Commit 93e5741

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2849ac8 + 1f60881 commit 93e5741

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All the designed code and written reports created for **Lab Embedded Design 1**
44

55
The main code is developed for use on the `Silicion Labs Happy Gecko EFM32 board (EFM32HG322 -- TQFP48)` and was developed on `Simplicity Studio v4` on `Ubuntu 18.04 LTS`. It uses the `ADXL362` accelerometer from *Analog Devices* on a [breakout board from Sparkfun](https://www.sparkfun.com/products/11446).
66

7+
<br/>
8+
79
The main project also uses code from **dbprint**, this needs to be added alongside the code on this repository to get the code working. See [dbprint GIT repo](https://github.com/Fescron/dbprint) for more info regarding this.
810

911
------
@@ -38,15 +40,17 @@ The corresponding `header` (`.h`) and `source` (`.c`) files are placed in the re
3840

3941
In the **header** files we've put:
4042

41-
- PIN and REGISTER definitions
43+
- All other includes to other libraries/code we need
44+
- PORT, PIN and REGISTER definitions
45+
- Public variable declararions
4246
- Method prototypes
43-
- Public variables
4447

4548
In the **source** files we've put:
4649

50+
- A single include to the corresponding header file
51+
- The (public) variable instantiations
4752
- All of the documentation
4853
- The function implementations
49-
- The variable instantiations
5054

5155
<br/>
5256

@@ -95,7 +99,7 @@ These are all of the files we've created to make the project more *readable*:
9599

96100
### 2.2 - Code flow
97101

98-
![Flowchart](/doc/reports/flowchart.png?raw=true "Flowchart")
102+
![Flowchart](/doc/reports/figures/flowchart.png?raw=true "Flowchart")
99103

100104
**Extra notes on the flowchart:**
101105

0 commit comments

Comments
 (0)