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.
Fork of mbed by
TARGET_ARM_BEETLE_SOC/TARGET_ARM_SSG/TARGET_BEETLE/cordio/include/cordio_sdk_version.h@135:fce8a9387ed1, 2017-01-17 (annotated)
- Committer:
- kaoshen
- Date:
- Tue Jan 17 23:27:32 2017 +0000
- Revision:
- 135:fce8a9387ed1
- Parent:
- 128:9bcdf88f62b0
333 ADS1115 ADC1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 122:f9eeca106725 | 1 | /*************************************************************************************************/ |
Kojto | 122:f9eeca106725 | 2 | /*! |
Kojto | 122:f9eeca106725 | 3 | * \file cordio_sdk_version.h |
Kojto | 122:f9eeca106725 | 4 | * |
Kojto | 122:f9eeca106725 | 5 | * \brief Cordio SDK version. |
Kojto | 122:f9eeca106725 | 6 | * |
Kojto | 122:f9eeca106725 | 7 | * $Date: 2015-10-22 18:45:26 -0400 (Thu, 22 Oct 2015) $ |
Kojto | 122:f9eeca106725 | 8 | * $Revision: 4273 $ |
Kojto | 122:f9eeca106725 | 9 | * |
<> | 128:9bcdf88f62b0 | 10 | * Copyright (c) 2015 ARM, Ltd., all rights reserved. |
<> | 128:9bcdf88f62b0 | 11 | * Wicentric confidential and proprietary. |
Kojto | 122:f9eeca106725 | 12 | * |
<> | 128:9bcdf88f62b0 | 13 | * IMPORTANT. Your use of this file is governed by a Software License Agreement |
<> | 128:9bcdf88f62b0 | 14 | * ("Agreement") that must be accepted in order to download or otherwise receive a |
<> | 128:9bcdf88f62b0 | 15 | * copy of this file. You may not use or copy this file for any purpose other than |
<> | 128:9bcdf88f62b0 | 16 | * as described in the Agreement. If you do not agree to all of the terms of the |
<> | 128:9bcdf88f62b0 | 17 | * Agreement do not use this file and delete all copies in your possession or control; |
<> | 128:9bcdf88f62b0 | 18 | * if you do not have a copy of the Agreement, you must contact ARM, Ltd. prior |
<> | 128:9bcdf88f62b0 | 19 | * to any use, copying or further distribution of this software. |
Kojto | 122:f9eeca106725 | 20 | */ |
Kojto | 122:f9eeca106725 | 21 | /*************************************************************************************************/ |
Kojto | 122:f9eeca106725 | 22 | |
Kojto | 122:f9eeca106725 | 23 | #ifndef CORDIO_SDK_VERSION_H |
Kojto | 122:f9eeca106725 | 24 | #define CORDIO_SDK_VERSION_H |
Kojto | 122:f9eeca106725 | 25 | |
Kojto | 122:f9eeca106725 | 26 | #ifdef __cplusplus |
Kojto | 122:f9eeca106725 | 27 | extern "C" { |
Kojto | 122:f9eeca106725 | 28 | #endif |
Kojto | 122:f9eeca106725 | 29 | |
Kojto | 122:f9eeca106725 | 30 | /*! \brief Cordio SDK version string. */ |
<> | 128:9bcdf88f62b0 | 31 | #define CORDIO_SDK_VERSION "20160509-r7043" |
Kojto | 122:f9eeca106725 | 32 | |
Kojto | 122:f9eeca106725 | 33 | /*! \brief Cordio SDK major version. */ |
Kojto | 122:f9eeca106725 | 34 | #define CORDIO_SDK_VERSION_MAJOR 1 |
Kojto | 122:f9eeca106725 | 35 | |
Kojto | 122:f9eeca106725 | 36 | /*! \brief Cordio SDK minor version. */ |
Kojto | 122:f9eeca106725 | 37 | #define CORDIO_SDK_VERSION_MINOR 1.4 |
Kojto | 122:f9eeca106725 | 38 | |
Kojto | 122:f9eeca106725 | 39 | #ifdef __cplusplus |
Kojto | 122:f9eeca106725 | 40 | } |
Kojto | 122:f9eeca106725 | 41 | #endif |
Kojto | 122:f9eeca106725 | 42 | |
Kojto | 122:f9eeca106725 | 43 | #endif /* CORDIO_SDK_VERSION_H */ |