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:
AnnaBridge
Date:
Wed Feb 20 20:53:29 2019 +0000
Revision:
172:65be27845400
mbed library release version 165

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AnnaBridge 172:65be27845400 1 // The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches.
AnnaBridge 172:65be27845400 2 // Check the 'features' section of the target description in 'targets.json' for more details.
AnnaBridge 172:65be27845400 3 /* mbed Microcontroller Library
AnnaBridge 172:65be27845400 4 * Copyright (c) 2018 ARM Limited
AnnaBridge 172:65be27845400 5 * SPDX-License-Identifier: Apache-2.0
AnnaBridge 172:65be27845400 6 *
AnnaBridge 172:65be27845400 7 * Licensed under the Apache License, Version 2.0 (the "License");
AnnaBridge 172:65be27845400 8 * you may not use this file except in compliance with the License.
AnnaBridge 172:65be27845400 9 * You may obtain a copy of the License at
AnnaBridge 172:65be27845400 10 *
AnnaBridge 172:65be27845400 11 * http://www.apache.org/licenses/LICENSE-2.0
AnnaBridge 172:65be27845400 12 *
AnnaBridge 172:65be27845400 13 * Unless required by applicable law or agreed to in writing, software
AnnaBridge 172:65be27845400 14 * distributed under the License is distributed on an "AS IS" BASIS,
AnnaBridge 172:65be27845400 15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
AnnaBridge 172:65be27845400 16 * See the License for the specific language governing permissions and
AnnaBridge 172:65be27845400 17 * limitations under the License.
AnnaBridge 172:65be27845400 18 */
AnnaBridge 172:65be27845400 19 #ifndef MBED_DEVICE_H
AnnaBridge 172:65be27845400 20 #define MBED_DEVICE_H
AnnaBridge 172:65be27845400 21
AnnaBridge 172:65be27845400 22
AnnaBridge 172:65be27845400 23
AnnaBridge 172:65be27845400 24
AnnaBridge 172:65be27845400 25
AnnaBridge 172:65be27845400 26
AnnaBridge 172:65be27845400 27
AnnaBridge 172:65be27845400 28
AnnaBridge 172:65be27845400 29
AnnaBridge 172:65be27845400 30
AnnaBridge 172:65be27845400 31
AnnaBridge 172:65be27845400 32 #define DEVICE_ID_LENGTH 24
AnnaBridge 172:65be27845400 33
AnnaBridge 172:65be27845400 34
AnnaBridge 172:65be27845400 35
AnnaBridge 172:65be27845400 36
AnnaBridge 172:65be27845400 37
AnnaBridge 172:65be27845400 38 #include "objects.h"
AnnaBridge 172:65be27845400 39
AnnaBridge 172:65be27845400 40 #endif