Update variant.h

This commit is contained in:
Mark Trevor Birss 2022-06-01 17:48:31 +02:00 committed by GitHub
parent b34b26518b
commit fe8bfdb762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,11 @@
#define I2C_SDA 32 //-1
#define I2C_SCL 33 //-1
#define I2C_SDA 21 //-1
#define I2C_SCL 22 //-1
//#define LED_PIN 10
// PCF8563 RTC Module
#define PCF8563_RTC 0x51
#define BUTTON_NEED_PULLUP
#define BUTTON_PIN 5