-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(thermocycler-refresh): Add Peltier closed-loop control (#230)
* Added commands to set the Plate Temperature and deactivate the plate temperature control * Peltiers are controlled via PID if a temperature is currently set * Added tests for the commands * Added handling in the Plate Task for the PID settings message * Added tests for lid heater & plate to make sure outputs are being set in control loop * Fixed a bug where peltier outputs driving full power heating would do nothing, because the PWM ends up being 0 after inverting it * Added a script for basic temperature cycling for testing * Added error checking when updating peltier PID outputs
- Loading branch information
Showing
13 changed files
with
1,129 additions
and
13 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
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
Oops, something went wrong.