Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Committer:
JimCarver
Date:
Thu Oct 25 14:00:12 2018 +0000
Revision:
4:e518dde96e59
Parent:
0:6b753f761943
Simulated dispenser

Who changed what in which revision?

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