Created a new repository to start development at https://developer.mbed.org/users/rjpope42/code/simpleWatch/
Dependencies: BLE_API mbed nRF51822
Fork of Tiny_BLE_Simple by
Created a new repository to start development at https://developer.mbed.org/users/rjpope42/code/simpleWatch/
Diff: tiny_ble.h
- Revision:
- 0:26da608265f8
diff -r 000000000000 -r 26da608265f8 tiny_ble.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tiny_ble.h Sat Feb 07 08:13:51 2015 +0000 @@ -0,0 +1,19 @@ + +#ifndef __TINY_BLE_H__ +#define __TINY_BLE_H__ + +#define LED_GREEN p21 +#define LED_RED p22 +#define LED_BLUE p23 +#define BUTTON_PIN p17 +#define BATTERY_PIN p1 + +#define MPU6050_SDA p12 +#define MPU6050_SCL p13 + +#define UART_TX p9 +#define UART_RX p11 +#define UART_CTS p8 +#define UART_RTS p10 + +#endif // __TINY_BLE_H__