Morgan Du
/
Sensor-BME680
Read the Bosch BME680 sensor on Nuvoton NuMaker board
mbed_app.json@1:6dd878905b5c, 2020-06-16 (annotated)
- Committer:
- morgandu
- Date:
- Tue Jun 16 05:47:24 2020 +0000
- Revision:
- 1:6dd878905b5c
- Parent:
- 0:a0e92a018ff2
Fixed i2c declaration for BME680 library
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
morgandu | 0:a0e92a018ff2 | 1 | { |
morgandu | 0:a0e92a018ff2 | 2 | "target_overrides": { |
morgandu | 0:a0e92a018ff2 | 3 | "*": { |
morgandu | 0:a0e92a018ff2 | 4 | "platform.stdio-baud-rate" : 115200, |
morgandu | 0:a0e92a018ff2 | 5 | "platform.stdio-convert-newlines" : true |
morgandu | 0:a0e92a018ff2 | 6 | } |
morgandu | 0:a0e92a018ff2 | 7 | } |
morgandu | 0:a0e92a018ff2 | 8 | } |