mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
SAADC config and enable.
This commit is contained in:
@@ -324,7 +324,7 @@
|
||||
// <e> BLE_BAS_ENABLED - ble_bas - Battery Service
|
||||
//==========================================================
|
||||
#ifndef BLE_BAS_ENABLED
|
||||
#define BLE_BAS_ENABLED 0
|
||||
#define BLE_BAS_ENABLED 1
|
||||
#endif
|
||||
// <e> BLE_BAS_CONFIG_LOG_ENABLED - Enables logging in the module.
|
||||
//==========================================================
|
||||
@@ -3329,7 +3329,7 @@
|
||||
// <e> NRFX_SAADC_ENABLED - nrfx_saadc - SAADC peripheral driver
|
||||
//==========================================================
|
||||
#ifndef NRFX_SAADC_ENABLED
|
||||
#define NRFX_SAADC_ENABLED 0
|
||||
#define NRFX_SAADC_ENABLED 1
|
||||
#endif
|
||||
// <o> NRFX_SAADC_CONFIG_RESOLUTION - Resolution
|
||||
|
||||
@@ -3339,7 +3339,7 @@
|
||||
// <3=> 14 bit
|
||||
|
||||
#ifndef NRFX_SAADC_CONFIG_RESOLUTION
|
||||
#define NRFX_SAADC_CONFIG_RESOLUTION 1
|
||||
#define NRFX_SAADC_CONFIG_RESOLUTION 3
|
||||
#endif
|
||||
|
||||
// <o> NRFX_SAADC_CONFIG_OVERSAMPLE - Sample period
|
||||
@@ -5357,7 +5357,7 @@
|
||||
// <e> SAADC_ENABLED - nrf_drv_saadc - SAADC peripheral driver - legacy layer
|
||||
//==========================================================
|
||||
#ifndef SAADC_ENABLED
|
||||
#define SAADC_ENABLED 0
|
||||
#define SAADC_ENABLED 1
|
||||
#endif
|
||||
// <o> SAADC_CONFIG_RESOLUTION - Resolution
|
||||
|
||||
@@ -5367,7 +5367,7 @@
|
||||
// <3=> 14 bit
|
||||
|
||||
#ifndef SAADC_CONFIG_RESOLUTION
|
||||
#define SAADC_CONFIG_RESOLUTION 1
|
||||
#define SAADC_CONFIG_RESOLUTION 3
|
||||
#endif
|
||||
|
||||
// <o> SAADC_CONFIG_OVERSAMPLE - Sample period
|
||||
|
||||
Reference in New Issue
Block a user