Hamilton Heater Cooler (HHC)#
Summary |
Photo |
---|---|
- OEM Link |
Setup Instructions (Physical)#
WIP
Setup Instructions (Programmatic)#
WIP
%load_ext autoreload
%autoreload 2
await hhc.setup()
Usage#
Temperature control#
WIP
await hhc.set_temperature(70)
await hhc.wait_for_temperature()
await hhc.get_temperature()
await hhc.deactivate()