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: MPU9150_DMP Neon_F303K8 QuaternionMath iSDIO mbed-rtos mbed
Fork of Neon_F303K8 by
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__ */
Generated on Sat Jul 16 2022 10:50:32 by
1.7.2
