SilentSensors / mbed-dev

Fork of mbed-dev by mbed official

Committer:
WaleedElmughrabi
Date:
Thu Sep 20 16:11:23 2018 +0000
Revision:
188:60408c49b6d4
Parent:
167:e84263d55307
Fork modified for BG96 error

Who changed what in which revision?

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