Finished Lab 4 Pt 1

Dependencies:   mbed Sounds PinDetect

Committer:
trmontgomery
Date:
Fri Apr 05 19:46:26 2019 +0000
Revision:
0:daf9e2f8e1a1
Finished Lab 4 pt 1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
trmontgomery 0:daf9e2f8e1a1 1 /*
trmontgomery 0:daf9e2f8e1a1 2 * mbed SDK
trmontgomery 0:daf9e2f8e1a1 3 * Copyright (c) 2017 ARM Limited
trmontgomery 0:daf9e2f8e1a1 4 *
trmontgomery 0:daf9e2f8e1a1 5 * Licensed under the Apache License, Version 2.0 (the "License");
trmontgomery 0:daf9e2f8e1a1 6 * you may not use this file except in compliance with the License.
trmontgomery 0:daf9e2f8e1a1 7 * You may obtain a copy of the License at
trmontgomery 0:daf9e2f8e1a1 8 *
trmontgomery 0:daf9e2f8e1a1 9 * http://www.apache.org/licenses/LICENSE-2.0
trmontgomery 0:daf9e2f8e1a1 10 *
trmontgomery 0:daf9e2f8e1a1 11 * Unless required by applicable law or agreed to in writing, software
trmontgomery 0:daf9e2f8e1a1 12 * distributed under the License is distributed on an "AS IS" BASIS,
trmontgomery 0:daf9e2f8e1a1 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
trmontgomery 0:daf9e2f8e1a1 14 * See the License for the specific language governing permissions and
trmontgomery 0:daf9e2f8e1a1 15 * limitations under the License.
trmontgomery 0:daf9e2f8e1a1 16 */
trmontgomery 0:daf9e2f8e1a1 17
trmontgomery 0:daf9e2f8e1a1 18 // Automatically generated configuration file.
trmontgomery 0:daf9e2f8e1a1 19 // DO NOT EDIT, content will be overwritten.
trmontgomery 0:daf9e2f8e1a1 20
trmontgomery 0:daf9e2f8e1a1 21 #ifndef __MBED_CONFIG_DATA__
trmontgomery 0:daf9e2f8e1a1 22 #define __MBED_CONFIG_DATA__
trmontgomery 0:daf9e2f8e1a1 23
trmontgomery 0:daf9e2f8e1a1 24 // Configuration parameters
trmontgomery 0:daf9e2f8e1a1 25 #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 26 #define MBED_CONF_PLATFORM_ERROR_ALL_THREADS_INFO 0 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 27 #define MBED_CONF_PLATFORM_ERROR_DECODE_HTTP_URL_STR "\nFor more info, visit: https://armmbed.github.io/mbedos-error/?error=0x%08X" // set by library:platform
trmontgomery 0:daf9e2f8e1a1 28 #define MBED_CONF_PLATFORM_ERROR_FILENAME_CAPTURE_ENABLED 0 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 29 #define MBED_CONF_PLATFORM_ERROR_HIST_ENABLED 0 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 30 #define MBED_CONF_PLATFORM_ERROR_HIST_SIZE 4 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 31 #define MBED_CONF_PLATFORM_FORCE_NON_COPYABLE_ERROR 0 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 32 #define MBED_CONF_PLATFORM_MAX_ERROR_FILENAME_LEN 16 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 33 #define MBED_CONF_PLATFORM_POLL_USE_LOWPOWER_TIMER 0 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 34 #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 35 #define MBED_CONF_PLATFORM_STDIO_BUFFERED_SERIAL 0 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 36 #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 37 #define MBED_CONF_PLATFORM_STDIO_CONVERT_TTY_NEWLINES 0 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 38 #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 39 #define MBED_CONF_TARGET_NETWORK_DEFAULT_INTERFACE_TYPE ETHERNET // set by target:LPC1768
trmontgomery 0:daf9e2f8e1a1 40 #define MBED_CONF_TARGET_US_TICKER_TIMER 3 // set by target:LPC1768
trmontgomery 0:daf9e2f8e1a1 41 #define MBED_MEM_TRACING_ENABLED 0 // set by library:platform
trmontgomery 0:daf9e2f8e1a1 42
trmontgomery 0:daf9e2f8e1a1 43 #endif