Cube_Mini_Template

Dependencies:   mbed QEI MPU6050_2 BLE_API nRF51822 MCP4725 eMPL_MPU6050

Revision:
2:e088fa08e244
Parent:
1:d3406369c297
Child:
3:1a714eccfe9f
--- a/main.cpp	Fri Jan 31 18:22:51 2020 +0000
+++ b/main.cpp	Fri May 08 14:51:09 2020 +0000
@@ -31,6 +31,7 @@
 
 // Analog/Digitsl I/O Definitions
 AnalogIn Velocity_Voltage_Input(p5);
+DigitalOut Pin_3V3(p30);
 
 // PC Serial
 Serial pc(UART_TX, UART_RX);
@@ -143,6 +144,7 @@
 {
 
     pc.baud(115200);
+    Pin_3V3.write(1);
     
     Loop.start();