roaldarbol / bux

🐞 A simple GUI for running experiments
MIT License
2 stars 0 forks source link

Move serial and camera methods to separate scripts #1

Closed roaldarbol closed 2 years ago

roaldarbol commented 2 years ago

The serial connection in gui.py needs to be moved. Also this is a test of making issues directly from VSCodium.

roaldarbol commented 2 years ago

Let's make the serial connection into its own module to be published on PyPi - then others should be able to easily access a serial connection in Tkinter (or other GUI) applications.

roaldarbol commented 2 years ago

Should preferably be a solution where a serial.write sends a command to begin and end.

roaldarbol commented 2 years ago

Done!