Component class library for PCT2075 and LM75B. The PCT2075 is a temperature-to-digital converter featuring +/-1 degree-C accuracy over -25 degree-C to +100 degree-C range. It uses an on-chip band gap temperature sensor and Sigma-Delta A-to-D conversion technique with an overtemperature detection output that is a drop-in replacement for other LM75 series thermal sensors.

Dependents:   PCT2075_Hello Brushless_STM3_ESC_2019_10 Alternator2020_06

Revision:
0:ae0333775d7e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LM75B.h	Thu Mar 05 06:11:06 2015 +0000
@@ -0,0 +1,8 @@
+#ifndef MBED_LM75B_H
+#define MBED_LM75B_H
+
+#include    "PCT2075.h"
+
+typedef PCT2075 LM75B;
+
+#endif  //  MBED_LM75B_H
\ No newline at end of file