Test, please delete

Revision:
34:9d5afa33df5d
Parent:
33:ea9e60457591
--- a/ADISense1000_MBED.c	Mon Oct 15 07:57:54 2018 +0000
+++ b/ADISense1000_MBED.c	Fri Feb 15 10:47:08 2019 +0000
@@ -62,18 +62,19 @@
 				.enableChannel = true,
                 .disablePublishing = false,
                 .compensationChannel = ADI_SENSE_1000_CHANNEL_ID_NONE,
-                .measurementUnit = ADI_SENSE_1000_MEASUREMENT_UNIT_CELSIUS,
+		.measurementUnit = ADI_SENSE_1000_MEASUREMENT_UNIT_CELSIUS,
                 .measurementsPerCycle = 1,
                 .extraSettlingTime = 7500,
                 .adcChannelConfig = {
-                    .sensor = ADI_SENSE_1000_ADC_SENSOR_RTD_3WIRE_PT100_DEF_L1,
-                    .gain = ADI_SENSE_1000_ADC_GAIN_16X,
+                    .sensor = ADI_SENSE_1000_ADC_SENSOR_RTD_4WIRE_PT100_DEF_L1,
+                    .gain = ADI_SENSE_1000_ADC_GAIN_8X,
                     .current = {
-                        .outputLevel = ADI_SENSE_1000_ADC_EXC_CURRENT_250uA,
+                        .outputLevel = ADI_SENSE_1000_ADC_EXC_CURRENT_500uA,
                     },
                     .filter = {
-                        .type = ADI_SENSE_1000_ADC_FILTER_FIR_20SPS,
-                    },
+						.type = ADI_SENSE_1000_ADC_FILTER_SINC4,
+						.fs = 1920,
+					},
                     .reference = {
                         .type = ADI_SENSE_1000_ADC_REFERENCE_RESISTOR_INTERNAL_1,
                         .disableBuffer = false,