mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Committer:
AnnaBridge
Date:
Wed Feb 20 22:31:08 2019 +0000
Revision:
189:f392fc9709a3
Parent:
149:156823d33999
mbed library release version 165

Who changed what in which revision?

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