Skip to content

Commit f51738b

Browse files
authored
Update README.md
1 parent feca00a commit f51738b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,16 @@ These are all of the files we've created to make the project more *readable*:
110110
- **(\*3):** Every minute an interrupt gets generated by the Real Time Counter Compare functionality.
111111
- **(\*4):** This can be a button (`PB0` or `PB1`) interrupt or an interrupt generated by the **accelerometer** if the activity threshold is surpassed.
112112

113+
<br/>
114+
115+
### 2.3 - Demo
116+
117+
The following two figures are output examples in the UART console. The first one depicts using the method `readValuesADXL();`, the second one depicts waking up from an interrupt when the threshold is exceeded, a button is pushed or the RTC compare functionality triggered an interrupt.
118+
119+
![UART debugging](/doc/reports/figures/uart1.png?raw=true "UART debugging")
120+
121+
![UART debugging](/doc/reports/figures/uart2.png?raw=true "UART debugging")
122+
113123
------
114124

115125
## 3 - Development problems

0 commit comments

Comments
 (0)