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.
platform/wait_api.h@169:a7c7b631e539, 2018-06-22 (annotated)
- Committer:
- Anna Bridge
- Date:
- Fri Jun 22 15:38:59 2018 +0100
- Revision:
- 169:a7c7b631e539
- Parent:
- 156:ff21514d8981
mbed library. Release version 162
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
AnnaBridge | 156:ff21514d8981 | 1 | /* |
AnnaBridge | 156:ff21514d8981 | 2 | * Copyright (c) 2015-2016, ARM Limited, All Rights Reserved |
AnnaBridge | 156:ff21514d8981 | 3 | * SPDX-License-Identifier: Apache-2.0 |
AnnaBridge | 156:ff21514d8981 | 4 | * |
AnnaBridge | 156:ff21514d8981 | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may |
AnnaBridge | 156:ff21514d8981 | 6 | * not use this file except in compliance with the License. |
AnnaBridge | 156:ff21514d8981 | 7 | * You may obtain a copy of the License at |
AnnaBridge | 156:ff21514d8981 | 8 | * |
AnnaBridge | 156:ff21514d8981 | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
AnnaBridge | 156:ff21514d8981 | 10 | * |
AnnaBridge | 156:ff21514d8981 | 11 | * Unless required by applicable law or agreed to in writing, software |
AnnaBridge | 156:ff21514d8981 | 12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
AnnaBridge | 156:ff21514d8981 | 13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
AnnaBridge | 156:ff21514d8981 | 14 | * See the License for the specific language governing permissions and |
AnnaBridge | 156:ff21514d8981 | 15 | * limitations under the License. |
AnnaBridge | 156:ff21514d8981 | 16 | */ |
AnnaBridge | 156:ff21514d8981 | 17 | |
AnnaBridge | 156:ff21514d8981 | 18 | #ifndef MBED_OLD_WAIT_API_H |
AnnaBridge | 156:ff21514d8981 | 19 | #define MBED_OLD_WAIT_API_H |
AnnaBridge | 156:ff21514d8981 | 20 | |
AnnaBridge | 156:ff21514d8981 | 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] |
AnnaBridge | 156:ff21514d8981 | 22 | #include "platform/mbed_wait_api.h" |
AnnaBridge | 156:ff21514d8981 | 23 | |
AnnaBridge | 156:ff21514d8981 | 24 | #endif |