fix nrf51822 i2c & spi conflict

Dependencies:   BLE_API eMPL_MPU6050 nRF51822

Fork of Seeed_Tiny_BLE_Flash by Darren Huang

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers tiny_ble.h Source File

tiny_ble.h

00001 
00002 #ifndef __TINY_BLE_H__
00003 #define __TINY_BLE_H__
00004 
00005 #define LED_GREEN   p21
00006 #define LED_RED     p22
00007 #define LED_BLUE    p23
00008 #define BUTTON_PIN  p17
00009 #define BATTERY_PIN p1
00010 
00011 #define MPU6050_SDA p12
00012 #define MPU6050_SCL p13
00013 
00014 #define UART_TX     p9
00015 #define UART_RX     p11
00016 #define UART_CTS    p8
00017 #define UART_RTS    p10
00018 
00019 #endif // __TINY_BLE_H__