MAX32625PICO LP1 mode

Dependencies:   SX1276GenericLib USBDevice

Fork of PICO_LP1 by Walter Luu

Revision:
5:9e751733a6f3
Parent:
3:85fc843a9d7d
--- a/OT07Lib/OT07_lib.h	Mon Oct 12 21:56:39 2020 +0000
+++ b/OT07Lib/OT07_lib.h	Tue Oct 13 00:45:46 2020 +0000
@@ -79,4 +79,6 @@
 // returns                  TempResponse tempC = temperature in oC 
 //                          status = register read result
 //******************************************************************************
-TempResponse get_temperature(I2C *i2c, char I2C_add);
\ No newline at end of file
+TempResponse get_temperature(I2C *i2c, char I2C_add);
+
+double calc_temperature(char *data);
\ No newline at end of file