Mbed Cloud example program for workshop in W27 2018.

Dependencies:   MMA7660 LM75B

Committer:
MACRUM
Date:
Sat Jun 30 01:40:30 2018 +0000
Revision:
0:119624335925
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MACRUM 0:119624335925 1 """
MACRUM 0:119624335925 2 mbed SDK
MACRUM 0:119624335925 3 Copyright (c) 2016 ARM Limited
MACRUM 0:119624335925 4
MACRUM 0:119624335925 5 Licensed under the Apache License, Version 2.0 (the "License");
MACRUM 0:119624335925 6 you may not use this file except in compliance with the License.
MACRUM 0:119624335925 7 You may obtain a copy of the License at
MACRUM 0:119624335925 8
MACRUM 0:119624335925 9 http://www.apache.org/licenses/LICENSE-2.0
MACRUM 0:119624335925 10
MACRUM 0:119624335925 11 Unless required by applicable law or agreed to in writing, software
MACRUM 0:119624335925 12 distributed under the License is distributed on an "AS IS" BASIS,
MACRUM 0:119624335925 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
MACRUM 0:119624335925 14 See the License for the specific language governing permissions and
MACRUM 0:119624335925 15 limitations under the License.
MACRUM 0:119624335925 16 """
MACRUM 0:119624335925 17
MACRUM 0:119624335925 18 from os.path import join, abspath, dirname
MACRUM 0:119624335925 19
MACRUM 0:119624335925 20 #ROOT = abspath(join(dirname(__file__), "."))
MACRUM 0:119624335925 21
MACRUM 0:119624335925 22 ##############################################################################
MACRUM 0:119624335925 23 # Build System Settings
MACRUM 0:119624335925 24 ##############################################################################
MACRUM 0:119624335925 25 #BUILD_DIR = abspath(join(ROOT, "build"))
MACRUM 0:119624335925 26
MACRUM 0:119624335925 27 # ARM
MACRUM 0:119624335925 28 #ARM_PATH = "C:/Program Files/ARM"
MACRUM 0:119624335925 29
MACRUM 0:119624335925 30 # GCC ARM
MACRUM 0:119624335925 31 #GCC_ARM_PATH = ""
MACRUM 0:119624335925 32
MACRUM 0:119624335925 33 # GCC CodeRed
MACRUM 0:119624335925 34 #GCC_CR_PATH = "C:/code_red/RedSuite_4.2.0_349/redsuite/Tools/bin"
MACRUM 0:119624335925 35
MACRUM 0:119624335925 36 # IAR
MACRUM 0:119624335925 37 #IAR_PATH = "C:/Program Files (x86)/IAR Systems/Embedded Workbench 7.0/arm"
MACRUM 0:119624335925 38
MACRUM 0:119624335925 39 # Goanna static analyser. Please overload it in private_settings.py
MACRUM 0:119624335925 40 #GOANNA_PATH = "c:/Program Files (x86)/RedLizards/Goanna Central 3.2.3/bin"
MACRUM 0:119624335925 41
MACRUM 0:119624335925 42 #BUILD_OPTIONS = []
MACRUM 0:119624335925 43
MACRUM 0:119624335925 44 # mbed.org username
MACRUM 0:119624335925 45 #MBED_ORG_USER = ""