SE-Projekt-LED-Detection / LED-Detection

LED-Detection is a tool for observing state leds on PCBs using a document camera.
MIT License
2 stars 2 forks source link

Create a pandas table instead of an list of object #90

Closed morgenmuesli closed 2 years ago

morgenmuesli commented 2 years ago

Currently, we have a list of state entries to write in the current state for the leds. This works well but has some limitations. A pandas table could be more handy when it comes to tracking. It is much easier to use filters or creating statistics.