Updates to configuration forgotten ADC_PIN change.

This commit is contained in:
GuruSR 2021-11-28 19:36:13 -05:00 committed by GitHub
parent 6fd9326746
commit 11dc73523f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,16 @@ PCF8563 WatchyGSR::RTC(false);
#endif
```
Defines (config.h & Defines_GSR.h) below the //pins comment:
```
#ifndef PCF8563RTC
#define ADC_PIN 33
#else
#define ADC_PIN 35
#endif
```
- The library has 1 notable #define TIME_H_DIFF which is used to put the year right from 1970 to 2000.
**Usage:**