MurataTypeYD_RPC_Sample fixed version for 050314

Dependencies:   PowerControl SNICInterface_mod2 mbed-rtos mbed

Fork of HTTPClient_WiFi_HelloWorld by KDDI Fx0 hackathon

Committer:
komoritan
Date:
Thu Mar 12 12:27:31 2015 +0000
Revision:
6:6c49fdc29825
Fixed

Who changed what in which revision?

UserRevisionLine numberNew contents of line
komoritan 6:6c49fdc29825 1 /* mbed Microcontroller Library
komoritan 6:6c49fdc29825 2 * Copyright (c) 2006-2013 ARM Limited
komoritan 6:6c49fdc29825 3 *
komoritan 6:6c49fdc29825 4 * Licensed under the Apache License, Version 2.0 (the "License");
komoritan 6:6c49fdc29825 5 * you may not use this file except in compliance with the License.
komoritan 6:6c49fdc29825 6 * You may obtain a copy of the License at
komoritan 6:6c49fdc29825 7 *
komoritan 6:6c49fdc29825 8 * http://www.apache.org/licenses/LICENSE-2.0
komoritan 6:6c49fdc29825 9 *
komoritan 6:6c49fdc29825 10 * Unless required by applicable law or agreed to in writing, software
komoritan 6:6c49fdc29825 11 * distributed under the License is distributed on an "AS IS" BASIS,
komoritan 6:6c49fdc29825 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
komoritan 6:6c49fdc29825 13 * See the License for the specific language governing permissions and
komoritan 6:6c49fdc29825 14 * limitations under the License.
komoritan 6:6c49fdc29825 15 */
komoritan 6:6c49fdc29825 16 #ifndef MBED_PINMAP_H
komoritan 6:6c49fdc29825 17 #define MBED_PINMAP_H
komoritan 6:6c49fdc29825 18
komoritan 6:6c49fdc29825 19 #include "PinNames.h"
komoritan 6:6c49fdc29825 20
komoritan 6:6c49fdc29825 21 namespace mbed {
komoritan 6:6c49fdc29825 22
komoritan 6:6c49fdc29825 23 PinName parse_pins(const char *str);
komoritan 6:6c49fdc29825 24
komoritan 6:6c49fdc29825 25 }
komoritan 6:6c49fdc29825 26
komoritan 6:6c49fdc29825 27 #endif