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 # How to contribute and report issues
vithyat 0:977e87915078 2
vithyat 0:977e87915078 3 This directory structure contains sources that are copied from internal development source repositories.
vithyat 0:977e87915078 4
vithyat 0:977e87915078 5 ## Pull Request policy
vithyat 0:977e87915078 6 Pull Requests against this repository will be evaluated and the decision to take the change in will be communicated through the same PR.
vithyat 0:977e87915078 7 However, it will not be merged directly but will enter into subsequent release through internal repositories and the tagged release will be updated in PR before closing it.
vithyat 0:977e87915078 8
vithyat 0:977e87915078 9 ## Issue tracking
vithyat 0:977e87915078 10 You can create Github issues directly againt the repository, the resolution of the issue will be tracked under it.
vithyat 0:977e87915078 11 If the issue requires code fix it will be provided through subsequent releases and the release tag will be updated there.
vithyat 0:977e87915078 12