MAX20361 Demo Firmware

Dependencies:   SX1276GenericLib USBDevice

Fork of PICO_LoRa_Module_developing by Walter Luu

Revision:
5:9e751733a6f3
Parent:
3:85fc843a9d7d
--- a/MAX44009/MAX44009_lib.h	Mon Oct 12 21:56:39 2020 +0000
+++ b/MAX44009/MAX44009_lib.h	Tue Oct 13 00:45:46 2020 +0000
@@ -77,4 +77,6 @@
 // returns                  LuxResponse luxValue = light intensity in lux 
 //                          status = register read result
 //******************************************************************************
-LuxResponse get_luxvalue(I2C *i2c, char I2C_add);
\ No newline at end of file
+LuxResponse get_luxvalue(I2C *i2c, char I2C_add);
+
+double calc_lux(char *data);
\ No newline at end of file