Use Pro Micro pinout for SDA/SCL (#17595)

This commit is contained in:
Albert Y 2022-07-21 01:24:34 +08:00 committed by GitHub
parent ab45e3b993
commit 05f30f0787
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,10 @@
# define I2C_DRIVER I2CD2
#endif
#ifndef I2C1_SDA_PIN
# define I2C1_SDA_PIN 2U
# define I2C1_SDA_PIN D1
#endif
#ifndef I2C1_SCL_PIN
# define I2C1_SCL_PIN 3U
# define I2C1_SCL_PIN D0
#endif
#ifndef RP2040_BOOTLOADER_DOUBLE_TAP_RESET