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:
Fri Mar 20 20:15:18 2020 +0000
Revision:
2:990c985a69ae
Parent:
0:977e87915078
Update to work with P2Scan runtime

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vithyat 0:977e87915078 1 {
vithyat 0:977e87915078 2 "name": "nanostack-eventloop",
vithyat 0:977e87915078 3 "config": {
vithyat 0:977e87915078 4 "use_platform_tick_timer": {
vithyat 0:977e87915078 5 "help": "Use platform provided low resolution tick timer for eventloop",
vithyat 0:977e87915078 6 "value": null
vithyat 0:977e87915078 7 },
vithyat 0:977e87915078 8 "exclude_highres_timer": {
vithyat 0:977e87915078 9 "help": "Exclude high resolution timer from build",
vithyat 0:977e87915078 10 "value": null
vithyat 0:977e87915078 11 }
vithyat 0:977e87915078 12 }
vithyat 0:977e87915078 13 }