Nucleo-transfer

Dependencies:   ADS1015 MPU6050 PixelArray PixelArray-Nucleo mbed WS2813

Fork of Nucleo-transfer by Momo Medical

Revision:
65:7cd5eb750efe
Parent:
58:8cfa736d8553
--- a/Sensorplate/main.cpp	Tue Mar 06 15:52:09 2018 +0000
+++ b/Sensorplate/main.cpp	Fri Mar 16 09:50:49 2018 +0000
@@ -833,10 +833,6 @@
 //            usb_serial.printf("Angle device sensorplate = %d\n",angle_device_sensorplate.testConnection());
         }
 
-        if (connection_test_sensorplate == 1) {
-            piezo_electric_array[4] = piezo_electric_adc.readADC_Differential_0_3();         // Fifth PE readout.
-        }
-
         while(piezo_electric_sample_timer.read_us()<(4.25*(total_readout_cycle_time_us/5))) {}  // Wait untill 85% of cycle. Energy efficiency is not fine in this situation, correct if low energy is needed.
 
         if (test_mode == 1) {