Detect I2C devices

Committer:
MACRUM
Date:
Fri Dec 04 11:02:57 2020 +0900
Revision:
3:0ca27c666888
Add mbed_app.json file

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MACRUM 3:0ca27c666888 1 {
MACRUM 3:0ca27c666888 2 "macros": [
MACRUM 3:0ca27c666888 3 ],
MACRUM 3:0ca27c666888 4 "target_overrides": {
MACRUM 3:0ca27c666888 5 "*": {
MACRUM 3:0ca27c666888 6 "platform.stdio-baud-rate" : 115200,
MACRUM 3:0ca27c666888 7 "platform.stdio-convert-newlines" : true,
MACRUM 3:0ca27c666888 8 "platform.stdio-buffered-serial" : true,
MACRUM 3:0ca27c666888 9 "platform.stdio-flush-at-exit" : true,
MACRUM 3:0ca27c666888 10 "target.printf_lib" : "std"
MACRUM 3:0ca27c666888 11 }
MACRUM 3:0ca27c666888 12 }
MACRUM 3:0ca27c666888 13 }