Code for controlling mbed hardware (LED's, motors), as well as code for the Raspberry Pi to run a Support Vector Machine that identifies objects using the Pi camera
Dependencies: mbed Motordriver mbed-rtos PololuLedStrip
mbed/mbed_config.h@3:a3ed7ff99772, 2019-12-06 (annotated)
- Committer:
- arogliero3
- Date:
- Fri Dec 06 00:58:02 2019 -0500
- Revision:
- 3:a3ed7ff99772
- Parent:
- 0:e0dbd261724a
update img6
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
arogliero3 | 0:e0dbd261724a | 1 | /* |
arogliero3 | 0:e0dbd261724a | 2 | * mbed SDK |
arogliero3 | 0:e0dbd261724a | 3 | * Copyright (c) 2017 ARM Limited |
arogliero3 | 0:e0dbd261724a | 4 | * |
arogliero3 | 0:e0dbd261724a | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
arogliero3 | 0:e0dbd261724a | 6 | * you may not use this file except in compliance with the License. |
arogliero3 | 0:e0dbd261724a | 7 | * You may obtain a copy of the License at |
arogliero3 | 0:e0dbd261724a | 8 | * |
arogliero3 | 0:e0dbd261724a | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
arogliero3 | 0:e0dbd261724a | 10 | * |
arogliero3 | 0:e0dbd261724a | 11 | * Unless required by applicable law or agreed to in writing, software |
arogliero3 | 0:e0dbd261724a | 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
arogliero3 | 0:e0dbd261724a | 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
arogliero3 | 0:e0dbd261724a | 14 | * See the License for the specific language governing permissions and |
arogliero3 | 0:e0dbd261724a | 15 | * limitations under the License. |
arogliero3 | 0:e0dbd261724a | 16 | */ |
arogliero3 | 0:e0dbd261724a | 17 | |
arogliero3 | 0:e0dbd261724a | 18 | // Automatically generated configuration file. |
arogliero3 | 0:e0dbd261724a | 19 | // DO NOT EDIT, content will be overwritten. |
arogliero3 | 0:e0dbd261724a | 20 | |
arogliero3 | 0:e0dbd261724a | 21 | #ifndef __MBED_CONFIG_DATA__ |
arogliero3 | 0:e0dbd261724a | 22 | #define __MBED_CONFIG_DATA__ |
arogliero3 | 0:e0dbd261724a | 23 | |
arogliero3 | 0:e0dbd261724a | 24 | // Configuration parameters |
arogliero3 | 0:e0dbd261724a | 25 | #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform |
arogliero3 | 0:e0dbd261724a | 26 | #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform |
arogliero3 | 0:e0dbd261724a | 27 | #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform |
arogliero3 | 0:e0dbd261724a | 28 | #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform |
arogliero3 | 0:e0dbd261724a | 29 | |
arogliero3 | 0:e0dbd261724a | 30 | #endif |