circuitpython/nrf52/boards/PCA10040/nrf52_board.h

10 lines
438 B
C
Raw Normal View History

2016-06-22 16:34:11 -04:00
#pragma once
#include "nrf_sdm.h"
// Low frequency clock source to be used by the SoftDevice
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_XTAL, \
.rc_ctiv = 0, \
.rc_temp_ctiv = 0, \
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}