You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is about a parking lot system. Through the sensors, the system provides the license plate number of the cars which is entering or exiting each time. And then this information gets transmitted to the main system of the parking. And it displays that information on the display screen.
sensor.py
When cars enter or exit, sensor scan number plates of the cars and update to carpark.
car_park.py
when cars enter, add number plates and text('enterd') into log with date times.
when cars exit, add number plates and text('exited') into log with date times.
update display with numbers of available bays and temperature.