Commit 2f3e37ed authored by Denia Bouhired-Ferrag's avatar Denia Bouhired-Ferrag

Added register address for hardware version

parent c794d921
...@@ -81,6 +81,11 @@ TER = 0x00c ...@@ -81,6 +81,11 @@ TER = 0x00c
TER_ITERM_OFS = 0 TER_ITERM_OFS = 0
TER_OTERM_OFS = 6 TER_OTERM_OFS = 6
# HW version register
HWVERS = 0x10
HWVERS_EXEC_OFS = 0
HWVERS_VERS_OFS = 2
# 1-Wire base address, used in therm_id.py # 1-Wire base address, used in therm_id.py
TEMP_1WIRE_BASE = 0x010 TEMP_1WIRE_BASE = 0x010
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment