qtpy: fix i2c setting

This commit is contained in:
sago35
2021-05-05 14:29:47 +09:00
committed by Ron Evans
parent bb509ec91d
commit dd3d8a363a
+2 -2
View File
@@ -94,8 +94,8 @@ const (
// I2C on the QT Py M0. // I2C on the QT Py M0.
var ( var (
I2C0 = &I2C{ I2C0 = &I2C{
Bus: sam.SERCOM2_I2CM, Bus: sam.SERCOM1_I2CM,
SERCOM: 2, SERCOM: 1,
} }
) )