Update LightMeter

This commit is contained in:
MX
2023-07-22 20:30:21 +03:00
parent 0d84dceaae
commit 5c5e68a5ce
13 changed files with 402 additions and 24 deletions

View File

@@ -23,4 +23,5 @@
#define MAX44009_REG_INT_TIME 0x07
void max44009_init();
void max44009_init_with_addr(uint8_t addr);
int max44009_read_light(float* result);