PlanktoScope / device-backend

All backend software underneath the PlanktoScope device's standard API
GNU General Public License v3.0
2 stars 6 forks source link

Add support for the PlanktoScope HAT #2

Closed ethanjli closed 1 year ago

ethanjli commented 1 year ago

This PR moves the hardware controller from /control to /control/adafruithat and imports the backend code from the pscopehat branch of https://github.com/PlanktoScope/PlanktoScope (that branch has been deleted by https://github.com/PlanktoScope/PlanktoScope/pull/189) into /control/pscopehat, adapting its main.py file to match the adafruithat subdirectory's main.py. Both subdirectories are within the same Poetry project /control, since they have the same dependencies.