This repo contains the code related to the microcontroller that is in charge of controlling the hardware of the fermentor.
To run the Microcontroller follow these steps:
- Clone the repo.
- Open the Arduino IDE.
- Upload your code to your arduino UNO.
The code will be running on the arduino, to interact with it, you can checkout our protocol and execute commands using the arduino IDE Serial Monitor or running the Local-Monitor
please refer to our contributing guide for more information.