How to measure water in a reservoir

Dependencies:   Cayenne-MQTT-mbed Cayenne-LPP

Committer:
wamae
Date:
Fri Mar 08 11:34:56 2019 +0000
Revision:
0:7bfeb237e600
working code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wamae 0:7bfeb237e600 1 /*
wamae 0:7bfeb237e600 2 * mbed SDK
wamae 0:7bfeb237e600 3 * Copyright (c) 2017 ARM Limited
wamae 0:7bfeb237e600 4 *
wamae 0:7bfeb237e600 5 * Licensed under the Apache License, Version 2.0 (the "License");
wamae 0:7bfeb237e600 6 * you may not use this file except in compliance with the License.
wamae 0:7bfeb237e600 7 * You may obtain a copy of the License at
wamae 0:7bfeb237e600 8 *
wamae 0:7bfeb237e600 9 * http://www.apache.org/licenses/LICENSE-2.0
wamae 0:7bfeb237e600 10 *
wamae 0:7bfeb237e600 11 * Unless required by applicable law or agreed to in writing, software
wamae 0:7bfeb237e600 12 * distributed under the License is distributed on an "AS IS" BASIS,
wamae 0:7bfeb237e600 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
wamae 0:7bfeb237e600 14 * See the License for the specific language governing permissions and
wamae 0:7bfeb237e600 15 * limitations under the License.
wamae 0:7bfeb237e600 16 */
wamae 0:7bfeb237e600 17
wamae 0:7bfeb237e600 18 // Automatically generated configuration file.
wamae 0:7bfeb237e600 19 // DO NOT EDIT, content will be overwritten.
wamae 0:7bfeb237e600 20
wamae 0:7bfeb237e600 21 #ifndef __MBED_CONFIG_DATA__
wamae 0:7bfeb237e600 22 #define __MBED_CONFIG_DATA__
wamae 0:7bfeb237e600 23
wamae 0:7bfeb237e600 24 // Configuration parameters
wamae 0:7bfeb237e600 25 #define MBED_CONF_NANOSTACK_HAL_CRITICAL_SECTION_USABLE_FROM_INTERRUPT 0 // set by library:nanostack-hal
wamae 0:7bfeb237e600 26 #define MBED_CONF_CELLULAR_USE_APN_LOOKUP 1 // set by library:cellular
wamae 0:7bfeb237e600 27 #define MBED_CONF_LORA_DEVICE_EUI {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} // set by library:lora
wamae 0:7bfeb237e600 28 #define MBED_CONF_EVENTS_PRESENT 1 // set by library:events
wamae 0:7bfeb237e600 29 #define MBED_CONF_APP_LORA_CS D10 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 30 #define MBED_LFS_BLOCK_SIZE 512 // set by library:littlefs
wamae 0:7bfeb237e600 31 #define MBED_CONF_LORA_NWKSKEY {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} // set by library:lora
wamae 0:7bfeb237e600 32 #define MBED_CONF_LORA_DUTY_CYCLE_ON 0 // set by application[*]
wamae 0:7bfeb237e600 33 #define MBED_CONF_APP_LORA_RADIO SX1276 // set by application
wamae 0:7bfeb237e600 34 #define MBED_CONF_RTOS_PRESENT 1 // set by library:rtos
wamae 0:7bfeb237e600 35 #define MBED_CONF_LORA_APP_PORT 15 // set by library:lora
wamae 0:7bfeb237e600 36 #define MBED_CONF_EVENTS_SHARED_STACKSIZE 1024 // set by library:events
wamae 0:7bfeb237e600 37 #define MBED_CONF_LORA_APPLICATION_EUI {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} // set by library:lora
wamae 0:7bfeb237e600 38 #define MBED_LFS_LOOKAHEAD 512 // set by library:littlefs
wamae 0:7bfeb237e600 39 #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 1 // set by application[*]
wamae 0:7bfeb237e600 40 #define MBED_LFS_ENABLE_INFO 0 // set by library:littlefs
wamae 0:7bfeb237e600 41 #define MBED_CONF_APP_LORA_DIO0 D2 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 42 #define MBED_CONF_LORA_PUBLIC_NETWORK 1 // set by library:lora
wamae 0:7bfeb237e600 43 #define MBED_LFS_PROG_SIZE 64 // set by library:littlefs
wamae 0:7bfeb237e600 44 #define MBED_CONF_SX1272_LORA_DRIVER_SPI_FREQUENCY 8000000 // set by library:sx1272-lora-driver
wamae 0:7bfeb237e600 45 #define MBED_CONF_SX1276_LORA_DRIVER_BUFFER_SIZE 256 // set by library:sx1276-lora-driver
wamae 0:7bfeb237e600 46 #define MBED_CONF_PPP_CELL_IFACE_AT_PARSER_BUFFER_SIZE 256 // set by library:ppp-cell-iface
wamae 0:7bfeb237e600 47 #define MBED_CONF_PLATFORM_FORCE_NON_COPYABLE_ERROR 0 // set by library:platform
wamae 0:7bfeb237e600 48 #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by application[*]
wamae 0:7bfeb237e600 49 #define MBED_CONF_APP_LORA_DIO5 D9 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 50 #define MBED_CONF_APP_LORA_DIO4 D8 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 51 #define MBED_CONF_APP_LORA_DIO3 D5 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 52 #define MBED_CONF_APP_LORA_DIO2 D4 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 53 #define MBED_CONF_APP_LORA_DIO1 D3 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 54 #define MBED_CONF_EVENTS_SHARED_HIGHPRIO_STACKSIZE 1024 // set by library:events
wamae 0:7bfeb237e600 55 #define MBED_CONF_SX1272_LORA_DRIVER_BUFFER_SIZE 256 // set by library:sx1272-lora-driver
wamae 0:7bfeb237e600 56 #define MBED_CONF_LORA_LBT_ON 0 // set by library:lora
wamae 0:7bfeb237e600 57 #define MBED_CONF_EVENTS_SHARED_EVENTSIZE 256 // set by library:events
wamae 0:7bfeb237e600 58 #define MBED_CONF_NANOSTACK_HAL_EVENT_LOOP_THREAD_STACK_SIZE 6144 // set by library:nanostack-hal
wamae 0:7bfeb237e600 59 #define MBED_CONF_NANOSTACK_HAL_EVENT_LOOP_DISPATCH_FROM_APPLICATION 0 // set by library:nanostack-hal
wamae 0:7bfeb237e600 60 #define MBED_CONF_PLATFORM_STDIO_CONVERT_TTY_NEWLINES 0 // set by library:platform
wamae 0:7bfeb237e600 61 #define MBED_CONF_LORA_APPLICATION_KEY {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} // set by library:lora
wamae 0:7bfeb237e600 62 #define MBED_CONF_APP_LORA_RXCTL NC // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 63 #define MBED_CONF_LORA_DEVICE_ADDRESS 0x00000000 // set by library:lora
wamae 0:7bfeb237e600 64 #define MBED_CONF_APP_LORA_PWR_AMP_CTL NC // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 65 #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform
wamae 0:7bfeb237e600 66 #define MBED_CONF_APP_LORA_RF_SWITCH_CTL2 NC // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 67 #define MBED_CONF_DRIVERS_UART_SERIAL_RXBUF_SIZE 256 // set by library:drivers
wamae 0:7bfeb237e600 68 #define NVSTORE_MAX_KEYS 16 // set by library:nvstore
wamae 0:7bfeb237e600 69 #define MBED_CONF_APP_LORA_TCXO NC // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 70 #define CLOCK_SOURCE USE_PLL_HSE_EXTC|USE_PLL_HSI // set by target:NUCLEO_F446RE
wamae 0:7bfeb237e600 71 #define MBED_CONF_PLATFORM_STDIO_BUFFERED_SERIAL 0 // set by library:platform
wamae 0:7bfeb237e600 72 #define MBED_CONF_MBED_TRACE_ENABLE 1 // set by application[*]
wamae 0:7bfeb237e600 73 #define MBED_LFS_READ_SIZE 64 // set by library:littlefs
wamae 0:7bfeb237e600 74 #define MBED_CONF_LORA_TX_MAX_SIZE 64 // set by library:lora
wamae 0:7bfeb237e600 75 #define MBED_CONF_APP_LORAWAN_ENABLED 1 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 76 #define MBED_CONF_PPP_CELL_IFACE_AT_PARSER_TIMEOUT 8000 // set by library:ppp-cell-iface
wamae 0:7bfeb237e600 77 #define MBED_CONF_APP_LORA_RESET A0 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 78 #define MBED_CONF_LORA_APPSKEY {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} // set by library:lora
wamae 0:7bfeb237e600 79 #define MBED_CONF_LORA_OVER_THE_AIR_ACTIVATION 1 // set by library:lora
wamae 0:7bfeb237e600 80 #define MBED_CONF_LORA_ADR_ON 1 // set by library:lora
wamae 0:7bfeb237e600 81 #define MBED_CONF_APP_LORA_ANT_SWITCH A4 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 82 #define MBED_CONF_EVENTS_SHARED_DISPATCH_FROM_APPLICATION 0 // set by library:events
wamae 0:7bfeb237e600 83 #define MBED_CONF_PPP_CELL_IFACE_APN_LOOKUP 1 // set by library:ppp-cell-iface
wamae 0:7bfeb237e600 84 #define MBED_CONF_LORA_NB_TRIALS 12 // set by library:lora
wamae 0:7bfeb237e600 85 #define MBED_CONF_LORA_PHY 0 // set by application[*]
wamae 0:7bfeb237e600 86 #define MBED_CONF_APP_LORA_TXCTL NC // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 87 #define MBED_CONF_NSAPI_PRESENT 1 // set by library:nsapi
wamae 0:7bfeb237e600 88 #define MBED_CONF_FILESYSTEM_PRESENT 1 // set by library:filesystem
wamae 0:7bfeb237e600 89 #define MBED_CONF_PPP_CELL_IFACE_BAUD_RATE 115200 // set by library:ppp-cell-iface
wamae 0:7bfeb237e600 90 #define MBED_CONF_SX1276_LORA_DRIVER_SPI_FREQUENCY 8000000 // set by library:sx1276-lora-driver
wamae 0:7bfeb237e600 91 #define MBED_CONF_APP_LORA_SPI_MOSI D11 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 92 #define MBED_CONF_APP_LORA_SPI_SCLK D13 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 93 #define MBED_LFS_INTRINSICS 1 // set by library:littlefs
wamae 0:7bfeb237e600 94 #define MBED_CONF_NANOSTACK_HAL_NVM_CFSTORE 0 // set by library:nanostack-hal
wamae 0:7bfeb237e600 95 #define NVSTORE_ENABLED 1 // set by library:nvstore
wamae 0:7bfeb237e600 96 #define MBED_CONF_APP_LORA_RF_SWITCH_CTL1 NC // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 97 #define MBED_CONF_APP_MAIN_STACK_SIZE 4096 // set by application
wamae 0:7bfeb237e600 98 #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by application[*]
wamae 0:7bfeb237e600 99 #define MBED_CONF_APP_LORA_SPI_MISO D12 // set by application[NUCLEO_F446RE]
wamae 0:7bfeb237e600 100 #define MBED_CONF_CELLULAR_RANDOM_MAX_START_DELAY 0 // set by library:cellular
wamae 0:7bfeb237e600 101 #define MBED_CONF_DRIVERS_UART_SERIAL_TXBUF_SIZE 256 // set by library:drivers
wamae 0:7bfeb237e600 102 #define MBED_CONF_EVENTS_USE_LOWPOWER_TIMER_TICKER 0 // set by library:events
wamae 0:7bfeb237e600 103 #define MBED_CONF_TARGET_LSE_AVAILABLE 1 // set by target:FAMILY_STM32
wamae 0:7bfeb237e600 104 #define MBED_CONF_EVENTS_SHARED_HIGHPRIO_EVENTSIZE 256 // set by library:events
wamae 0:7bfeb237e600 105 // Macros
wamae 0:7bfeb237e600 106 #define MBEDTLS_USER_CONFIG_FILE "mbedtls_lora_config.h" // defined by application
wamae 0:7bfeb237e600 107 #define UNITY_INCLUDE_CONFIG_H // defined by library:utest
wamae 0:7bfeb237e600 108
wamae 0:7bfeb237e600 109 #endif