Skip to content

Commit

Permalink
Set default options for the current Adafruit core
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs123 authored Aug 4, 2021
1 parent 66000f4 commit a627229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions options.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@
/* The following depend upon functions provided by the Adafruit nRF52 core that are not present
* in v0.24.
*/
#define SAADC_TACQ // The Adafruit nRF52 core includes analogSampleTime().
//#define SAADC_TACQ // The Adafruit nRF52 core includes analogSampleTime().
// This will reduce variability in resistance measurements but the system will function without it.
#define SAADC_CALIBRATE_OFFSET // The Adafruit core includes analogCalibrateOffset().
//#define SAADC_CALIBRATE_OFFSET // The Adafruit core includes analogCalibrateOffset().
// If not defined here, one will be compiled in from the .ino.
#define READ_CPU_TEMP // The Adafruit nRF52 core includes readCPUTemperature().
//#define READ_CPU_TEMP // The Adafruit nRF52 core includes readCPUTemperature().
// If note defined here, one will be compiled in from the .ino.

#endif

0 comments on commit a627229

Please sign in to comment.