Skip to content

Commit

Permalink
fixup! drivers: add APDS99XX ALS and proximity
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Feb 21, 2020
1 parent 268fc63 commit f75e78d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/apds99xx/apds99xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ int apds99xx_read_als_raw(const apds99xx_t *dev, uint16_t *raw)
}

#if MODULE_APDS9900 || MODULE_APDS9901 || MODULE_APDS9930
#include <math.h>
static uint8_t apds99xx_gains[] = { 1, 8, 16, 120 };

int apds99xx_read_illuminance(const apds99xx_t *dev, uint16_t *lux)
Expand Down

0 comments on commit f75e78d

Please sign in to comment.