summaryrefslogtreecommitdiff
path: root/include/driver/lm75.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver/lm75.h')
-rw-r--r--include/driver/lm75.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/driver/lm75.h b/include/driver/lm75.h
index e357574..5bb92fa 100644
--- a/include/driver/lm75.h
+++ b/include/driver/lm75.h
@@ -12,6 +12,8 @@ class LM75 {
LM75(unsigned char const addr) : address(addr) {}
float getTemp();
+ unsigned int getOS();
+ unsigned int getHyst();
void setOS(unsigned char os);
void setHyst(unsigned char hyst);
};