This project contains a LabVIEW program designed to control a coffee machine. The program offers functionalities such as selecting coffee types and managing the coffee machine's operational status.
- LabVIEW (2023 Q3)
Clone the repository to your local machine:
git clone https://github.com/TimothyMas/Coffee-Machine
- Open the LabVIEW project file (.lvproj) in LabVIEW.
- Navigate to the main VI (Virtual Instrument) and run the program.
- Interact with the front panel to select coffee types, set coffee type, etc.
- Observe the coffee machine's response on the front panel indicators.
Contributions to this project are welcome. To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your_feature). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature/your_feature). - Open a new pull request.