Update README.md
This commit is contained in:
parent
c1c62c20fa
commit
2c6e393ac8
18
README.md
18
README.md
|
@ -1,3 +1,15 @@
|
||||||
# Group21_Project
|
# Group21_Project
|
||||||
|
|
||||||
Problem Statement :
|
Problem Statement :
|
||||||
|
|
||||||
|
Implementation of a Speed Limit Indication System Using a GPS Module
|
||||||
|
|
||||||
|
Objectives:
|
||||||
|
|
||||||
|
1. The LED system on the microcontroller should indicate the vehicle's speed range using different colors for specific speed intervals.
|
||||||
|
2. The LED should remain off when the vehicle speed is equal to 0 km/hr.
|
||||||
|
3. The Green LED should turn on when the vehicle speed is greater than 0 km/hr and below 15 km/hr.
|
||||||
|
4. The Yellow LED should turn on when the vehicle speed is greater than or equal to 15 km/hr and below 30 km/hr.
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue