BA / SerialCom

Fork of OmniWheels by Gustav Atmel

Committer:
gustavatmel
Date:
Tue May 01 15:47:08 2018 +0000
Revision:
1:9c5af431a1f1
sdf

Who changed what in which revision?

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