Design a vending machine control that accepts nickels, quarters and dollar bills. All products are
priced at $1.00. User may select one of 25 products that will be delivered once user has deposited
sufficient funds..
Note: Use modularization to breakdown the design to modules to reduce the design complexity of
each design.
Solution:Step 0 – System Diagram & modularizationStep 1 – State Diagram Describing the systemStep 2 - ...... possible state ...... Flip Flops requiredStep 3 – Assign State variables and redraw state diagramStep 4 – Excitation Input and Output EquationStep 5 – Schematics