1
1
# ECEN5813-Course-Project
2
2
3
- ##** Project Topic** : Digital Angle Gauge using MMA8451 Accelerometer and Serial Communication using UART
3
+ ## ** Project Topic** : Digital Angle Gauge using MMA8451 Accelerometer and Serial Communication using UART
4
4
5
- ##** Author** : Tanmay Mahendra Kothale
5
+ ## ** Author** : Tanmay Mahendra Kothale
6
6
(Tanmay.Kothale@Colorado.edu)
7
7
8
- ##** UART Parameters** : Baud Rate: 38400, Stop Bits: 2
8
+ ## ** UART Parameters** : Baud Rate: 38400, Stop Bits: 2
9
9
10
- ##This project is implemented in ** DEBUG** build only.
10
+ ## This project is implemented in ** DEBUG** build only.
11
11
12
- ##** Source files included**
12
+ ## ** Source files included**
13
13
main.c
14
14
accelerometer.h/.c
15
15
cbfifo.h/.c
@@ -23,7 +23,7 @@ test_modules.h/.c
23
23
touch.h/.c
24
24
uart.h/.c
25
25
26
- ##** Project Description**
26
+ ## ** Project Description**
27
27
1 . The project implements a certain set of commands using the command processor.
28
28
2 . The project also implements a digital angle gauge.
29
29
3 . Available commands and their description can be seen using 'help' command in the command processor.
@@ -42,7 +42,7 @@ uart.h/.c
42
42
| Calibrate | Green | 0x00FF00 |
43
43
| Invalid Command | Red | 0xFF0000 |
44
44
45
- ** Other available colors are:
45
+ ** Other available colors are:**
46
46
47
47
| Color | Hex Value |
48
48
| -- | -- |
@@ -54,6 +54,6 @@ uart.h/.c
54
54
9 . User can also change the LED brightness using brightness command. See help command for more information.
55
55
10 . Systick interrupt is used for delay function.
56
56
57
- ##** Video Link** :
57
+ ## ** Video Link** :
58
58
https://drive.google.com/drive/folders/15QF-XE1jtWvhr13ZNwFdF5Y0PsxS0GEy?usp=sharing
59
59
** Please use CU Email ID to access the video file.**
0 commit comments