Heron-Repositories / Heron

A python only framework for connecting hardware and closing loops
MIT License
53 stars 6 forks source link

GUI for constants #18

Closed georgedimitriadis closed 4 months ago

georgedimitriadis commented 5 months ago

Create a GUI that will allow the user to modify the constants in the constants file.

georgedimitriadis commented 4 months ago

Kept unmutable constants in the constants.py script and created a setting.json file to keep the mutable app variables. There is also a 'primitive' GUI that sets those.