I need to implement a parking counter that shows how many cars are in a parking lot.Only one car can enter/exit at a time and I have x1 sensor for exit and x0 for entry. I was thinking of using a mod 7 up/down counter and a 7 segments display but I don't know how to implement these. Any help with the MSI scheme please?