Sparkfun's Weather Meter demo

Dependencies:   WeatherMeters

Files at this revision

API Documentation at this revision

Comitter:
JohnnyK
Date:
Tue Aug 02 09:15:44 2022 +0000
Parent:
0:1cd75b75e9fd
Commit message:
Set STD instead small lib because of printf floats

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Tue Aug 02 09:10:42 2022 +0000
+++ b/mbed_app.json	Tue Aug 02 09:15:44 2022 +0000
@@ -1,1 +1,9 @@
-{"requires": ["bare-metal"]}
+{
+    "requires": ["bare-metal"],
+    "target_overrides": {
+        "*": {
+            "target.printf_lib": "std"
+        }
+    }
+    
+}