adafruit_feather_rp2040: Fix default I2C instance (#526)
Use i2c1 as default, because the default pins can't be muxed to i2c0.
This commit is contained in:
		@ -44,7 +44,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
//------------- I2C -------------//
 | 
					//------------- I2C -------------//
 | 
				
			||||||
#ifndef PICO_DEFAULT_I2C
 | 
					#ifndef PICO_DEFAULT_I2C
 | 
				
			||||||
#define PICO_DEFAULT_I2C 0
 | 
					#define PICO_DEFAULT_I2C 1
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef PICO_DEFAULT_I2C_SDA_PIN
 | 
					#ifndef PICO_DEFAULT_I2C_SDA_PIN
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user