Firmware

Dependencies:   BMI160 ADT7410 Thermistor DS1621 max32630fthr Adafruit_FeatherOLED

Committer:
condato_mbed
Date:
Thu Jul 09 16:04:25 2020 +0000
Revision:
2:b802b30cc7d2
Parent:
0:556294574340
coldchainlogger

Who changed what in which revision?

UserRevisionLine numberNew contents of line
condato_mbed 0:556294574340 1 {
condato_mbed 0:556294574340 2 "macros": [
condato_mbed 0:556294574340 3 "MBED_HEAP_STATS_ENABLED=1",
condato_mbed 0:556294574340 4 "MBED_STACK_STATS_ENABLED=1",
condato_mbed 0:556294574340 5 "MBED_MEM_TRACING_ENABLED=1",
condato_mbed 0:556294574340 6 "MBED_CONF_SD_SPI_MOSI=P0_5",
condato_mbed 0:556294574340 7 "MBED_CONF_SD_SPI_MISO=P0_6",
condato_mbed 0:556294574340 8 "MBED_CONF_SD_SPI_CLK=P0_4",
condato_mbed 0:556294574340 9 "MBED_CONF_SD_SPI_CS=P0_7"
condato_mbed 0:556294574340 10 ],
condato_mbed 0:556294574340 11 "target_overrides": {
condato_mbed 0:556294574340 12 "*": {
condato_mbed 0:556294574340 13 "target.components_add": ["SD"]
condato_mbed 0:556294574340 14 }
condato_mbed 0:556294574340 15 }
condato_mbed 0:556294574340 16 }