Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more
targets/TARGET_Freescale/TARGET_K20XX/TARGET_TEENSY3_1/device.h@0:b74591d5ab33, 2017-12-11 (annotated)
- Committer:
- be_bryan
- Date:
- Mon Dec 11 17:54:04 2017 +0000
- Revision:
- 0:b74591d5ab33
motor ++
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| be_bryan | 0:b74591d5ab33 | 1 | // The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches. |
| be_bryan | 0:b74591d5ab33 | 2 | // Check the 'features' section of the target description in 'targets.json' for more details. |
| be_bryan | 0:b74591d5ab33 | 3 | /* mbed Microcontroller Library |
| be_bryan | 0:b74591d5ab33 | 4 | * Copyright (c) 2006-2015 ARM Limited |
| be_bryan | 0:b74591d5ab33 | 5 | * |
| be_bryan | 0:b74591d5ab33 | 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| be_bryan | 0:b74591d5ab33 | 7 | * you may not use this file except in compliance with the License. |
| be_bryan | 0:b74591d5ab33 | 8 | * You may obtain a copy of the License at |
| be_bryan | 0:b74591d5ab33 | 9 | * |
| be_bryan | 0:b74591d5ab33 | 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| be_bryan | 0:b74591d5ab33 | 11 | * |
| be_bryan | 0:b74591d5ab33 | 12 | * Unless required by applicable law or agreed to in writing, software |
| be_bryan | 0:b74591d5ab33 | 13 | * distributed under the License is distributed on an "AS IS" BASIS, |
| be_bryan | 0:b74591d5ab33 | 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| be_bryan | 0:b74591d5ab33 | 15 | * See the License for the specific language governing permissions and |
| be_bryan | 0:b74591d5ab33 | 16 | * limitations under the License. |
| be_bryan | 0:b74591d5ab33 | 17 | */ |
| be_bryan | 0:b74591d5ab33 | 18 | #ifndef MBED_DEVICE_H |
| be_bryan | 0:b74591d5ab33 | 19 | #define MBED_DEVICE_H |
| be_bryan | 0:b74591d5ab33 | 20 | |
| be_bryan | 0:b74591d5ab33 | 21 | |
| be_bryan | 0:b74591d5ab33 | 22 | |
| be_bryan | 0:b74591d5ab33 | 23 | |
| be_bryan | 0:b74591d5ab33 | 24 | |
| be_bryan | 0:b74591d5ab33 | 25 | |
| be_bryan | 0:b74591d5ab33 | 26 | |
| be_bryan | 0:b74591d5ab33 | 27 | |
| be_bryan | 0:b74591d5ab33 | 28 | |
| be_bryan | 0:b74591d5ab33 | 29 | |
| be_bryan | 0:b74591d5ab33 | 30 | |
| be_bryan | 0:b74591d5ab33 | 31 | #define DEVICE_ID_LENGTH 24 |
| be_bryan | 0:b74591d5ab33 | 32 | |
| be_bryan | 0:b74591d5ab33 | 33 | |
| be_bryan | 0:b74591d5ab33 | 34 | |
| be_bryan | 0:b74591d5ab33 | 35 | |
| be_bryan | 0:b74591d5ab33 | 36 | |
| be_bryan | 0:b74591d5ab33 | 37 | #include "objects.h" |
| be_bryan | 0:b74591d5ab33 | 38 | |
| be_bryan | 0:b74591d5ab33 | 39 | #endif |