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.
BLEConfig.h
00001 /* 00002 * Made by Jurica @ aconno 00003 * All rights reserved 00004 * 00005 */ 00006 00007 #ifndef BLE_CONFIG_H 00008 #define BLE_CONFIG_H 00009 00010 #define A_ADV_INTERVAL_MS (100) 00011 /* BLE event queue size */ 00012 #define EVENT_COUNT (4) 00013 00014 #define TX_POWER_dB (0) 00015 00016 #endif // BLE_CONFIG_H
Generated on Tue Aug 23 2022 10:29:07 by
1.7.2