
BLE Nano Code.Tested with Integrated mDot code
Dependencies: BLE_API mbed nRF51822
Fork of eco_Labs_ble_Client by
ble_common.h
- Committer:
- jinu
- Date:
- 2016-10-06
- Revision:
- 11:b8e687d97537
- Parent:
- 10:09d1a403eb14
- Child:
- 25:96044c55f844
File content as of revision 11:b8e687d97537:
/** ****************************************************************************** * @file ble_common.h * @author Happiesstminds Firmware Team * @version v1.0 * @date 4-Oct-2016 * @brief * ****************************************************************************** * @attention * * ****************************************************************************** */ #ifndef _BLE_COMMON_H #define _BLE_COMMON_H /******************************************************************************/ /* Typedef */ /******************************************************************************/ typedef void (*ble_data_ready_callback_t) (uint8_t *rx_data, uint8_t data_length); void toggle_led(void); void print(const char *msg); #endif /******************************************************************************/ /* END OF FILE */ /******************************************************************************/