Sparkfun's Weather Meter demo

Dependencies:   WeatherMeters

Committer:
JohnnyK
Date:
Tue Aug 02 09:15:44 2022 +0000
Revision:
1:22f48756f273
Parent:
0:1cd75b75e9fd
Set STD instead small lib because of printf floats

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JohnnyK 1:22f48756f273 1 {
JohnnyK 1:22f48756f273 2 "requires": ["bare-metal"],
JohnnyK 1:22f48756f273 3 "target_overrides": {
JohnnyK 1:22f48756f273 4 "*": {
JohnnyK 1:22f48756f273 5 "target.printf_lib": "std"
JohnnyK 1:22f48756f273 6 }
JohnnyK 1:22f48756f273 7 }
JohnnyK 1:22f48756f273 8
JohnnyK 1:22f48756f273 9 }