This program collects raw time series data from the ADC using the NXP board that will later be post processed by PFP Cyber-security cloud base machine learning engine to determine the state of the device.

Dependencies:   FXAS21002 FXOS8700Q

Committer:
vithyat
Date:
Wed Aug 28 19:24:56 2019 +0000
Revision:
0:977e87915078
init

Who changed what in which revision?

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