センサー動作確認版

Dependencies:   MPU9150_DMP QuaternionMath iSDIO mbed-rtos mbed

Dependents:   Neon_F303K8_04

Revision:
0:65a0ae5578da
diff -r 000000000000 -r 65a0ae5578da GpioDefs.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GpioDefs.cpp	Sat May 14 07:11:48 2016 +0000
@@ -0,0 +1,6 @@
+#include "mbed.h"
+#include "gpio_defs.h"
+
+DigitalOut StatusLED(LED1);
+DigitalOut pinLed(PIN_LED_ARRAY);
+