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: BLE_API eMPL_MPU6050 nRF51822
Fork of Seeed_Tiny_BLE_Flash by
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__
Generated on Tue Jul 12 2022 14:43:28 by
1.7.2
