Skip to content

Commit

Permalink
Merge pull request #430 from analogdevicesinc/max31855_fix
Browse files Browse the repository at this point in the history
MAX31855: Fix the device's name
  • Loading branch information
tfcollins authored Apr 14, 2023
2 parents 8e0bbaf + 1af2d4d commit 4f8ef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adi/max31855.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class max31855(rx, context_manager, attribute):

def __init__(self, uri=""):
context_manager.__init__(self, uri, self._device_name)
self._ctrl = self._ctx.find_device("max31855")
self._ctrl = self._ctx.find_device("maxim_thermocouple")

if self._ctrl is None:
raise Exception("No device found")
Expand Down

0 comments on commit 4f8ef1c

Please sign in to comment.