diff --git a/README.md b/README.md index c003ad1..61c918c 100644 --- a/README.md +++ b/README.md @@ -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