summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 5bb92fa..693578a 100644
--- a/include/driver/lm75.h
+++ b/include/driver/lm75.h
@@ -16,6 +16,8 @@ class LM75 {
unsigned int getHyst();
void setOS(unsigned char os);
void setHyst(unsigned char hyst);
+ void init();
+ void shutdown();
};
extern LM75 lm75;