]> jspc29.x-matter.uni-frankfurt.de Git - labtools.git/commitdiff
pt100: updated register definitions
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Mon, 3 Feb 2020 14:18:12 +0000 (15:18 +0100)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Mon, 3 Feb 2020 14:20:42 +0000 (15:20 +0100)
sensors/pt100-board-python-package/pt100_board/pt100_config.py

index 5d83e4409c791066f1f4cca3f554483c4e6f08e9..dd65fd6ce5485fb03d074bc44262193ae3e677c8 100755 (executable)
@@ -26,11 +26,12 @@ REGISTER_NAMES = {
     0x5: 'channel 5 offset',
     0x6: 'channel 6 offset',
     0x7: 'channel 7 offset',
-    0x8: 'nominal offset',
+    0x8: 'nominal offset (unused)',
     0x9: 'gain current',
     0xa: 'period',
     0xb: 'uselcd',
     0xc: 'average',
+    0xd: 'multiplex',
 }
 
 def parse_uint_tuple(text):