MAX32625PICO LP0 mode

Dependencies:   SX1276GenericLib USBDevice

Fork of PICO_LP0 by Walter Luu

Revision:
5:9e751733a6f3
Parent:
3:85fc843a9d7d
--- a/AO32Lib/AO32_lib.h	Mon Oct 12 21:56:39 2020 +0000
+++ b/AO32Lib/AO32_lib.h	Tue Oct 13 00:45:46 2020 +0000
@@ -99,4 +99,8 @@
 // returns                  HarvCnt harvCount = Harvester Count "LX Pulses" in decimal
 //                          status = Status of harvesting count read. 0 for success, 1 for error
 //******************************************************************************
-HarvCnt get_Harvest(I2C *i2c, char I2C_add);
\ No newline at end of file
+HarvCnt get_Harvest(I2C *i2c, char I2C_add);
+
+double calc_OCV(char *data);
+
+int calc_Harvest(char *data);
\ No newline at end of file