CAC_smartcushion / Mbed OS AdiSense1000_V21_Smartcushion

Fork of Sean_AdiSense1000_V21 by Rohan Gurav

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
+