The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
Kojto
Date:
Wed Jul 19 16:46:19 2017 +0100
Revision:
147:a97add6d7e64
Parent:
138:093f2bd7b9eb
Release 147 of the mbed library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 138:093f2bd7b9eb 1 /*
<> 138:093f2bd7b9eb 2 * Copyright (c) 2015-2016, ARM Limited, All Rights Reserved
<> 138:093f2bd7b9eb 3 * SPDX-License-Identifier: Apache-2.0
<> 128:9bcdf88f62b0 4 *
<> 138:093f2bd7b9eb 5 * Licensed under the Apache License, Version 2.0 (the "License"); you may
<> 138:093f2bd7b9eb 6 * not use this file except in compliance with the License.
<> 128:9bcdf88f62b0 7 * You may obtain a copy of the License at
<> 128:9bcdf88f62b0 8 *
<> 138:093f2bd7b9eb 9 * http://www.apache.org/licenses/LICENSE-2.0
<> 128:9bcdf88f62b0 10 *
<> 128:9bcdf88f62b0 11 * Unless required by applicable law or agreed to in writing, software
<> 138:093f2bd7b9eb 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
<> 138:093f2bd7b9eb 13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
<> 128:9bcdf88f62b0 14 * See the License for the specific language governing permissions and
<> 128:9bcdf88f62b0 15 * limitations under the License.
<> 128:9bcdf88f62b0 16 */
<> 128:9bcdf88f62b0 17
<> 138:093f2bd7b9eb 18 #ifndef MBED_OLD_WAIT_API_H
<> 138:093f2bd7b9eb 19 #define MBED_OLD_WAIT_API_H
<> 128:9bcdf88f62b0 20
<> 138:093f2bd7b9eb 21 #warning wait_api.h has been replaced by mbed_wait_api.h, please update to mbed_wait_api.h [since mbed-os-5.3]
<> 138:093f2bd7b9eb 22 #include "platform/mbed_wait_api.h"
<> 128:9bcdf88f62b0 23
<> 128:9bcdf88f62b0 24 #endif