argon1-ubuntu icon indicating copy to clipboard operation
argon1-ubuntu copied to clipboard

for 4B, also need **bus = smbus.SMBus(1)**

Open shenlijun opened this issue 4 years ago • 0 comments

somewhere like this need to be modified

if rev == 2 or rev == 3: bus = smbus.SMBus(1) else: bus = smbus.SMBus(0)

shenlijun avatar Dec 14 '20 03:12 shenlijun