Skip to content

Commit

Permalink
fix(api): change tempdeck temperature resolution,fix temp in docs
Browse files Browse the repository at this point in the history
Closes #2358
  • Loading branch information
sanni-t committed Sep 24, 2018
1 parent ea25b15 commit b116fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/docs/source/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Temperature Module
**********

Our temperature module acts as both a cooling and heating device. The range
of temperatures this module can reach goes from -9 to 99 degrees celsius with a resolution of 3 decimal places.
of temperatures this module can reach goes from 4 to 95 degrees celsius with a resolution of 1 degree celcius.


The temperature module has the following methods that can be accessed during a protocol.
Expand Down
2 changes: 1 addition & 1 deletion api/opentrons/drivers/temp_deck/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# Number of digits after the decimal point for temperatures being sent
# to/from Temp-Deck
GCODE_ROUNDING_PRECISION = 3
GCODE_ROUNDING_PRECISION = 0


class TempDeckError(Exception):
Expand Down

0 comments on commit b116fd7

Please sign in to comment.