Fork from ST-Expansion-Sw-Team Repo.
Dependencies: VL53L1X_mbed
Revision 24:77b414df8b6e, committed 2019-05-17
- Comitter:
- dmathew
- Date:
- Fri May 17 09:11:13 2019 +0000
- Parent:
- 23:805bffa2b7f6
- Child:
- 25:e26f54327c13
- Commit message:
- Commit update to board with updates for interrupt support
Changed in this revision
| Components/VL53L1X.lib | Show annotated file Show diff for this revision Revisions of this file |
| XNucleo53L1A1.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Components/VL53L1X.lib Tue Apr 09 12:18:25 2019 +0000 +++ b/Components/VL53L1X.lib Fri May 17 09:11:13 2019 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/teams/ST-Expansion-SW-Team/code/VL53L1X/#f16727052990 +https://os.mbed.com/teams/ST-Expansion-SW-Team/code/VL53L1X/#aa13392d16bb
--- a/XNucleo53L1A1.h Tue Apr 09 12:18:25 2019 +0000 +++ b/XNucleo53L1A1.h Fri May 17 09:11:13 2019 +0000 @@ -47,8 +47,8 @@ /** New device addresses */ -#define NEW_SENSOR_CENTRE_ADDRESS 0x52 -//#define NEW_SENSOR_CENTRE_ADDRESS 0x54 +//#define NEW_SENSOR_CENTRE_ADDRESS 0x52 +#define NEW_SENSOR_CENTRE_ADDRESS 0x54 #define NEW_SENSOR_LEFT_ADDRESS 0x56 #define NEW_SENSOR_RIGHT_ADDRESS 0x58 @@ -181,4 +181,4 @@ }; -#endif /* __VL53L1_X_NUCLEO_CLASS_H */ \ No newline at end of file +#endif /* __VL53L1_X_NUCLEO_CLASS_H */