Skip to content

summary CarPark Project

Latest
Compare
Choose a tag to compare
@KoreAustralian KoreAustralian released this 11 Jun 18:30
· 1 commit to main since this release

description of project

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.