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.
Dependencies: mbed QEI MPU6050 BLE_API nRF51822 MCP4725 eMPL_MPU6050
Diff: main.cpp
- Revision:
- 2:e088fa08e244
- Parent:
- 1:d3406369c297
- Child:
- 3:1a714eccfe9f
diff -r d3406369c297 -r e088fa08e244 main.cpp
--- 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();