Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX1276GenericLib USBDevice
Fork of NonPingPong_PICO_LoRa by
Diff: AO32Lib/AO32_lib.h
- 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
