Example program for EVAL-TempSense-ARDZ boards.

Dependencies:   platform_drivers

Revision:
7:3e5f6cca357e
diff -r 0228e21af1f0 -r 3e5f6cca357e mbed_app.json
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Fri Sep 24 15:22:13 2021 +0100
@@ -0,0 +1,15 @@
+{
+    "config": {
+        "usb_speed": {
+            "help": "USE_USB_OTG_FS or USE_USB_OTG_HS or USE_USB_HS_IN_FS",
+            "value": "USE_USB_OTG_HS"
+        }
+    },
+    "requires": ["bare-metal", "drivers-usb", "events"],
+    "target_overrides": {
+        "*": {
+            "platform.default-serial-baud-rate": 115200,
+            "target.printf_lib": "std"
+        }
+    }
+}
\ No newline at end of file