Simply creates a servo object from a motor object, to allow the control of the angle. uses the solar panel to look for the brightest spot, then stops.
Dependencies: mbed
Fork of Lab6_Basic by
mbed_config.h@6:65dfd3886629, 2017-11-14 (annotated)
- Committer:
- dogcatfee
- Date:
- Tue Nov 14 13:02:54 2017 -0800
- Revision:
- 6:65dfd3886629
Update for KL43Z
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dogcatfee | 6:65dfd3886629 | 1 | /* |
dogcatfee | 6:65dfd3886629 | 2 | * mbed SDK |
dogcatfee | 6:65dfd3886629 | 3 | * Copyright (c) 2017 ARM Limited |
dogcatfee | 6:65dfd3886629 | 4 | * |
dogcatfee | 6:65dfd3886629 | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
dogcatfee | 6:65dfd3886629 | 6 | * you may not use this file except in compliance with the License. |
dogcatfee | 6:65dfd3886629 | 7 | * You may obtain a copy of the License at |
dogcatfee | 6:65dfd3886629 | 8 | * |
dogcatfee | 6:65dfd3886629 | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
dogcatfee | 6:65dfd3886629 | 10 | * |
dogcatfee | 6:65dfd3886629 | 11 | * Unless required by applicable law or agreed to in writing, software |
dogcatfee | 6:65dfd3886629 | 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
dogcatfee | 6:65dfd3886629 | 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
dogcatfee | 6:65dfd3886629 | 14 | * See the License for the specific language governing permissions and |
dogcatfee | 6:65dfd3886629 | 15 | * limitations under the License. |
dogcatfee | 6:65dfd3886629 | 16 | */ |
dogcatfee | 6:65dfd3886629 | 17 | |
dogcatfee | 6:65dfd3886629 | 18 | // Automatically generated configuration file. |
dogcatfee | 6:65dfd3886629 | 19 | // DO NOT EDIT, content will be overwritten. |
dogcatfee | 6:65dfd3886629 | 20 | |
dogcatfee | 6:65dfd3886629 | 21 | #ifndef __MBED_CONFIG_DATA__ |
dogcatfee | 6:65dfd3886629 | 22 | #define __MBED_CONFIG_DATA__ |
dogcatfee | 6:65dfd3886629 | 23 | |
dogcatfee | 6:65dfd3886629 | 24 | // Configuration parameters |
dogcatfee | 6:65dfd3886629 | 25 | #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform |
dogcatfee | 6:65dfd3886629 | 26 | #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform |
dogcatfee | 6:65dfd3886629 | 27 | #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform |
dogcatfee | 6:65dfd3886629 | 28 | #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform |
dogcatfee | 6:65dfd3886629 | 29 | |
dogcatfee | 6:65dfd3886629 | 30 | #endif |