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.
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 |
diff -r c04b49e0a678 -r e6ced58f40de SparkFun_APDS9960.h --- 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)