Example of using the HSCDTD008A Geomagnetic Sensor.

Dependencies:   HSCDTD008A

Revision:
0:5090d2766d5e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Sun Jun 20 13:56:50 2021 +0000
@@ -0,0 +1,11 @@
+{
+       "target_overrides": {
+           "*": {
+            "platform.callback-nontrivial": true,
+            "platform.stdio-baud-rate": 115200,
+            "target.macros_remove": ["MBED_TICKLESS"],
+            "target.c_lib": "std",
+            "target.printf_lib": "std"
+        }
+    }
+}