yasuo katano / Mbed 2 deprecated Neon_F303K8_04

Dependencies:   MPU9150_DMP Neon_F303K8 QuaternionMath iSDIO mbed-rtos mbed

Fork of Neon_F303K8 by Yasuhiro ISHII

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers gpio_defs.h Source File

gpio_defs.h

00001 #ifndef __GPIO_DEFS_H__
00002 #define __GPIO_DEFS_H__
00003 
00004 #define PIN_MPU9250_INT (PB_1) // D6
00005 #define PIN_I2C_SCL (PB_6) // D5
00006 #define PIN_I2C_SDA (PB_7) // D4
00007 #define PIN_LED_ARRAY (PB_5) // D11
00008 
00009 extern DigitalOut StatusLED;
00010 extern DigitalOut pinLed;
00011 
00012 #endif /* __GPIO_DEF_H__ */