-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(hardware): constants from firmware (#8995)
* chore(hardware): add firmware python module as dep Pipenv can add git repo dependencies, so we can add the opentrons_ot3_firmware repo here. If you want to switch branches you can edit the pipfile (there's not really a better way to do this). This will become a problem if we ever want to depend on this module and get its transitive dependencies because that stuff only reads setup.py, but we don't really do that yet. * chore(hardware): rely on constants from firmware This lets us take a bunch of code out how nice * add pushing to ot3
- Loading branch information
Showing
30 changed files
with
639 additions
and
1,318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 0 additions & 51 deletions
51
hardware/opentrons_hardware/drivers/can_bus/arbitration_id.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
hardware/opentrons_hardware/drivers/can_bus/messages/__init__.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.