File tree Expand file tree Collapse file tree 4 files changed +119
-124
lines changed Expand file tree Collapse file tree 4 files changed +119
-124
lines changed Original file line number Diff line number Diff line change 475
475
* @def MY_NRF5_ESB_MODE
476
476
* @brief nRF5 mode.
477
477
*
478
- * - NRF5_250KBPS for 250kbs
478
+ * - NRF5_250KBPS for 250kbs (Deprecated)
479
479
* - NRF5_1MBPS for 1Mbps
480
480
* - NRF5_2MBPS for 2Mbps.
481
+ * - NRF5_BLE_1MBPS for 1Mbps BLE modulation
481
482
*/
482
483
#ifndef MY_NRF5_ESB_MODE
483
484
#define MY_NRF5_ESB_MODE (NRF5_250KBPS)
Original file line number Diff line number Diff line change 33
33
#include <string.h>
34
34
35
35
// Timer to use
36
- #define NRF5_RADIO_TIMER NRF_TIMER2
37
- #define NRF5_RADIO_TIMER_IRQ_HANDLER TIMER2_IRQHandler
38
- #define NRF5_RADIO_TIMER_IRQN TIMER2_IRQn
36
+ #define NRF5_RADIO_TIMER NRF_TIMER0
37
+ #define NRF5_RADIO_TIMER_IRQ_HANDLER TIMER0_IRQHandler
38
+ #define NRF5_RADIO_TIMER_IRQN TIMER0_IRQn
39
39
40
40
// debug
41
41
#if defined(MY_DEBUG_VERBOSE_NRF5_ESB )
You can’t perform that action at this time.
0 commit comments