Update Readme.md with Tasks

This commit is contained in:
Sanyog Nevase Nevase 2024-11-07 13:49:09 +05:30
parent e5b64e746e
commit 1f85246a2e
1 changed files with 8 additions and 0 deletions

View File

@ -13,3 +13,11 @@ Objectives:
5. The Red LED should turn on when the vehicle speed is greater than or equal to 30 km/hr and below 40 km/hr.
6. The Red LED should blink rapidly when the vehicle speed is greater than 40 km/hr.
Tasks :
1. Initalize UART for receiving data - Completed
2. Add Read data function - Completed
3. LED indication configuration - Completed
4. Initialize buffer to store data - Pending
5. Add received data to the buffer - Pending
6. Use received data to meet objectives - Pending