From: kent Date: Sat, 15 Aug 2020 20:11:48 +0000 (-0700) Subject: i2c function verified. Documentation updated. X-Git-Tag: 5.3.0^2~1^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/19e15050e21a7337885d27e756abd795e7ffb238?hp=19e15050e21a7337885d27e756abd795e7ffb238 i2c function verified. Documentation updated. i2c functions using I2C0_SCL, I2C0_SDA or I2C1_SCL, I2C1_SDA as SCl, SDA. USART pin removed. According to documentation embeded linux should use pyserial not busio! pylint give a message for i2cPorts as not conforming to Capitalization standard, but this the same for all the other examples and the way the other programs expect it. ---