Simple Ranging with only the Time-of-Flight (ToF) Sensor on the X-NUCLEO-53L1A1 expansion board. Does not use Satellite boards.
Dependencies: X_NUCLEO_53L1A1
mbed_app.json@7:b157ad0895f7, 2020-11-03 (annotated)
- Committer:
- johnAlexander
- Date:
- Tue Nov 03 11:36:23 2020 +0000
- Revision:
- 7:b157ad0895f7
- Parent:
- 0:6b7696e7df5e
Use ST published board class, inc ST sensor class.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
johnAlexander | 0:6b7696e7df5e | 1 | { |
johnAlexander | 0:6b7696e7df5e | 2 | "target_overrides": { |
johnAlexander | 0:6b7696e7df5e | 3 | "*": { |
johnAlexander | 0:6b7696e7df5e | 4 | "platform.stack-stats-enabled": true, |
johnAlexander | 0:6b7696e7df5e | 5 | "platform.heap-stats-enabled": true, |
johnAlexander | 0:6b7696e7df5e | 6 | "platform.cpu-stats-enabled": true, |
johnAlexander | 0:6b7696e7df5e | 7 | "platform.thread-stats-enabled": true, |
johnAlexander | 0:6b7696e7df5e | 8 | "platform.sys-stats-enabled": true |
johnAlexander | 0:6b7696e7df5e | 9 | } |
johnAlexander | 0:6b7696e7df5e | 10 | } |
johnAlexander | 0:6b7696e7df5e | 11 | } |