Fork of SFE_APDS9960 by
Revision 1:e6ced58f40de, committed 2016-04-18
- Comitter:
- Willheisen
- Date:
- Mon Apr 18 20:24:48 2016 +0000
- Parent:
- 0:c04b49e0a678
- Commit message:
- Ajout librairie Sparkfun APDS9960
Changed in this revision
SparkFun_APDS9960.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SparkFun_APDS9960.h Fri Apr 10 13:21:48 2015 +0000 +++ b/SparkFun_APDS9960.h Mon Apr 18 20:24:48 2016 +0000 @@ -16,6 +16,8 @@ #ifndef SparkFun_APDS9960_H #define SparkFun_APDS9960_H +#include "mbed.h" + /* APDS-9960 I2C address */ #define APDS9960_I2C_ADDR 0x39 #define APDS9960_I2C_ADDR8 (APDS9960_I2C_ADDR << 1)