This is the sample program that can see the decode result of barcode data on Watson IoT.

Dependencies:   AsciiFont DisplayApp GR-PEACH_video LCD_shield_config LWIPBP3595Interface_STA_for_mbed-os USBDevice

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers mbed_settings.py Source File

mbed_settings.py

00001 """
00002 mbed SDK
00003 Copyright (c) 2016 ARM Limited
00004 
00005 Licensed under the Apache License, Version 2.0 (the "License");
00006 you may not use this file except in compliance with the License.
00007 You may obtain a copy of the License at
00008 
00009 http://www.apache.org/licenses/LICENSE-2.0
00010 
00011 Unless required by applicable law or agreed to in writing, software
00012 distributed under the License is distributed on an "AS IS" BASIS,
00013 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00014 See the License for the specific language governing permissions and
00015 limitations under the License.
00016 """
00017 
00018 from os.path import join, abspath, dirname
00019 
00020 #ROOT = abspath(join(dirname(__file__), "."))
00021 
00022 ##############################################################################
00023 # Build System Settings
00024 ##############################################################################
00025 #BUILD_DIR = abspath(join(ROOT, "build"))
00026 
00027 # ARM
00028 #ARM_PATH = "C:/Program Files/ARM"
00029 
00030 # GCC ARM
00031 #GCC_ARM_PATH = ""
00032 
00033 # GCC CodeRed
00034 #GCC_CR_PATH = ""
00035 
00036 # IAR
00037 #IAR_PATH = ""
00038 
00039 # Goanna static analyser. Please overload it in private_settings.py
00040 #GOANNA_PATH = ""
00041 
00042 #BUILD_OPTIONS = []
00043 
00044 # mbed.org username
00045 #MBED_ORG_USER = ""