Skip to content

Commit 3fb65fd

Browse files
committed
readme update
1 parent 58fea2b commit 3fb65fd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# ECEN5813-Course-Project
22

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
44

5-
##**Author** : Tanmay Mahendra Kothale
5+
## **Author** : Tanmay Mahendra Kothale
66
(Tanmay.Kothale@Colorado.edu)
77

8-
##**UART Parameters** : Baud Rate: 38400, Stop Bits: 2
8+
## **UART Parameters** : Baud Rate: 38400, Stop Bits: 2
99

10-
##This project is implemented in **DEBUG** build only.
10+
## This project is implemented in **DEBUG** build only.
1111

12-
##**Source files included**
12+
## **Source files included**
1313
main.c
1414
accelerometer.h/.c
1515
cbfifo.h/.c
@@ -23,7 +23,7 @@ test_modules.h/.c
2323
touch.h/.c
2424
uart.h/.c
2525

26-
##**Project Description**
26+
## **Project Description**
2727
1. The project implements a certain set of commands using the command processor.
2828
2. The project also implements a digital angle gauge.
2929
3. Available commands and their description can be seen using 'help' command in the command processor.
@@ -42,7 +42,7 @@ uart.h/.c
4242
| Calibrate | Green | 0x00FF00 |
4343
| Invalid Command | Red | 0xFF0000 |
4444

45-
**Other available colors are:
45+
**Other available colors are:**
4646

4747
| Color | Hex Value |
4848
| -- | -- |
@@ -54,6 +54,6 @@ uart.h/.c
5454
9. User can also change the LED brightness using brightness command. See help command for more information.
5555
10. Systick interrupt is used for delay function.
5656

57-
##**Video Link**:
57+
## **Video Link**:
5858
https://drive.google.com/drive/folders/15QF-XE1jtWvhr13ZNwFdF5Y0PsxS0GEy?usp=sharing
5959
**Please use CU Email ID to access the video file.**

0 commit comments

Comments
 (0)