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.
mbed_app.json@7:652e2c5ad650, 2021-04-28 (annotated)
- Committer:
- timo_k2
- Date:
- Wed Apr 28 14:48:15 2021 +0000
- Revision:
- 7:652e2c5ad650
Sensor reading is in a separate thread. The results can be used in the main thread.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| timo_k2 | 7:652e2c5ad650 | 1 | { |
| timo_k2 | 7:652e2c5ad650 | 2 | "target_overrides": { |
| timo_k2 | 7:652e2c5ad650 | 3 | "*": { |
| timo_k2 | 7:652e2c5ad650 | 4 | "platform.stdio-baud-rate": 115200, |
| timo_k2 | 7:652e2c5ad650 | 5 | "platform.stdio-buffered-serial": 1 |
| timo_k2 | 7:652e2c5ad650 | 6 | |
| timo_k2 | 7:652e2c5ad650 | 7 | } |
| timo_k2 | 7:652e2c5ad650 | 8 | } |
| timo_k2 | 7:652e2c5ad650 | 9 | } |