Industrial application to control and monitor the test bench particle accelerator (Cyclotron) designed by AIMA Developpement
Uses AutoCopyright
To run the MiniCyc application, follow these steps:
- Clone this repository to your machine.
- Run the
AIMA - TestBench.bat
file
If you would like to contribute to this project, please follow these guidelines:
- Fork the repository
- Create a new branch:
git checkout -b my-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
note that your commit message may start with a gitmoji - Push the branch to your forked repository:
git push origin my-feature
- Submit a pull request