Skip to content

Finite State Machine (FSM) of a custom vending machine implemented in C++ program.

License

Notifications You must be signed in to change notification settings

kuby1412/Vending-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vending-Machine

Finite State Machine (FSM) of a custom vending machine implemented in C++ program.

When the user puts in money, money counter tells the control unit, the amount of money inserted in the Vending Machine. When the user presses the button to purchase the item that he wants, the control unit turns on the motor and dispenses the product if correct amount is inserted. If there is any change, machine will return it to the user. The machine will demand for servicing when the products are not available inside the machine.

About

Finite State Machine (FSM) of a custom vending machine implemented in C++ program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages