Example of using the HSCDTD008A Geomagnetic Sensor.

Dependencies:   HSCDTD008A

Committer:
hudakz
Date:
Sun Jun 20 14:20:26 2021 +0000
Revision:
1:2d4aa9e794a5
Parent:
0:5090d2766d5e
Example of using the HSCDTD008A Geomagnetic Sensor.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hudakz 0:5090d2766d5e 1 {
hudakz 0:5090d2766d5e 2 "target_overrides": {
hudakz 0:5090d2766d5e 3 "*": {
hudakz 0:5090d2766d5e 4 "platform.callback-nontrivial": true,
hudakz 0:5090d2766d5e 5 "platform.stdio-baud-rate": 115200,
hudakz 0:5090d2766d5e 6 "target.macros_remove": ["MBED_TICKLESS"],
hudakz 0:5090d2766d5e 7 "target.c_lib": "std",
hudakz 0:5090d2766d5e 8 "target.printf_lib": "std"
hudakz 0:5090d2766d5e 9 }
hudakz 0:5090d2766d5e 10 }
hudakz 0:5090d2766d5e 11 }