-
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.
feat(api): allow robot to discover thermocycler and return live data (#…
…3239) In addition to allowing for thermocyclers to be discovered by the hardware controller and returned from a GET /modules call, this adds a synchronous adapter to the module class instances to allow for communication with peripherals with out clogging the main pipes. Now all attached modules to a hardware controller instance will be wrapped in a synchronous adapter. Calls to GET /modules/{serial}/data should return the expected payload in the presence of a connected thermocycler board. Note: the firmware should shim the serial and model strings until further development on the FW side. Closes #2958
- Loading branch information
Showing
23 changed files
with
375 additions
and
242 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
Oops, something went wrong.