curtinrobotics / Boozebot

4 stars 2 forks source link

Added serial communication to arduino #12

Closed Tomant1 closed 5 years ago

Tomant1 commented 5 years ago

Serial communication between program and arduino added. you will have to change the port in the Arduino.sendDrink function depending on what port your arduino is connected to. also changed some place holder data values for testing purposes

Tomant1 commented 5 years ago

sorry almost forgot you will also have to set up the pyserial library which is the library i chose for serial communication with the arduino