Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Sean_AdiSense1000_V21 by
Diff: inc/adisense1000_boot.h
- Revision:
- 34:029fc3b83f78
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inc/adisense1000_boot.h Mon Sep 24 11:39:35 2018 +0000 @@ -0,0 +1,29 @@ +#ifndef __ADISENSE1000_BOOT_ +#define __ADISENSE1000_BOOT_ + +#include "adi_sense_api.h" +#include "pc_interface/pc_serial.h" +#include "mbed.h" +#include "pc_interface/pc_interface.h" + +//config structs for channels +extern ADI_SENSE_CONFIG smartcushion_adisense_config; +extern ADI_SENSE_1000_LUT_DESCRIPTOR *sample_lut_desc_list[]; +extern ADI_SENSE_1000_LUT_TABLE_DATA *sample_lut_data_list[]; +extern unsigned sample_lut_num_tables; + +/* Change the following pointer to select any of the configurations above */ +static ADI_SENSE_CONFIG *pSelectedConfig = &smartcushion_adisense_config; +/* + Definitions +*/ + +/* + Function Prototypes +*/ + +//reset device to known state +uint8_t Adisense1000_Boot(void); + +#endif +
