Joystick test for Stage 1 Engineering at the University of York

Dependencies:   UoY-serial

Files at this revision

API Documentation at this revision

Comitter:
ajp109
Date:
Thu Sep 16 19:57:31 2021 +0000
Parent:
2:4dca570013d8
Commit message:
Add mbed_app.json to enable floating-point printf()

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Thu Sep 16 19:57:31 2021 +0000
@@ -0,0 +1,7 @@
+{
+    "target_overrides": {
+        "*": {
+            "target.printf_lib": "std"
+        }
+    }
+}