Simple and easy editable program for weather stations

Dependencies:   mbed mbed-STM32F103C8T6 thermistor HMC5883L DHT11 USBDevice

mbed_app.json

Committer:
programy1
Date:
2020-05-19
Revision:
2:8ba36a81fd17
Parent:
1:f2402d1acb80

File content as of revision 2:8ba36a81fd17:

{
    "macros": [ 
        "NDEBUG=1"
    ],
    "target_overrides": {
        "*": {
            "platform.stdio-flush-at-exit": false,
            "target.clock_source": "USE_PLL_HSE_XTAL",
            "target.clock_source_usb": "1",
            "target.default_lib": "small",
            "target.c_lib": "small"
        }
    }
}