An application for school

Revision:
2:80ee8d96656a
Parent:
0:1be38995591b
--- a/LM75B.h	Fri Oct 26 21:40:51 2012 +0000
+++ b/LM75B.h	Thu Nov 05 13:35:50 2020 +0000
@@ -53,7 +53,7 @@
   /*!
   Reads the temperature register of the LM75B and converts it to a useable value.
   */
-  float read();
+  uint16_t read();
   
 private: