|
|
||
|---|---|---|
| .settings | ||
| .ccsproject | ||
| .cproject | ||
| .gitignore | ||
| .project | ||
| README.md | ||
| block.png | ||
| main.c | ||
| tm4c123gh6pm.cmd | ||
| tm4c123gh6pm.h | ||
| tm4c123gh6pm_startup_ccs.c | ||
README.md
Group21_Project
Problem Statement :
Implementation of a Speed Limit Indication System Using a GPS Module
Objectives:
- The LED system on the microcontroller should indicate the vehicle's speed range using different colors for specific speed intervals.
- The Green color LED should turn on when the vehicle speed is in between 0 km/hr and below 10 km/hr.
- The Cyan color LED should turn on when the vehicle speed is in between 10 km/hr and below 20 km/hr.
- The blue color LED should turn on when the vehicle speed is in between 20 km/hr and below 30 km/hr.
- The Yellow color LED should turn on when the vehicle speed is in between 30 km/hr and below 40 km/hr.
- The Red color LED should turn on when the vehicle speed is in between 40 km/hr and below 50 km/hr.
- The White color LED should turn on when the vehicle speed is above 50 km/hr.
