You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run grove_gesture_sensor.py
and I've got this error
pi@raspberrypi:~/Desktop/Exanple/python $ python grove_gesture_sensor.py wake-up finish. Traceback (most recent call last): File "grove_gesture_sensor.py", line 551, in <module> g.init() File "grove_gesture_sensor.py", line 378, in init self.paj7620WriteReg(self.initRegisterArray[i][0], self.initRegisterArray[i][1]) File "grove_gesture_sensor.py", line 386, in paj7620WriteReg bus.write_word_data(self.PAJ7620_ID, addr, cmd) IOError: [Errno 121] Remote I/O error
and my I2C is working very well
The text was updated successfully, but these errors were encountered:
I try to run grove_gesture_sensor.py
and I've got this error
pi@raspberrypi:~/Desktop/Exanple/python $ python grove_gesture_sensor.py wake-up finish. Traceback (most recent call last): File "grove_gesture_sensor.py", line 551, in <module> g.init() File "grove_gesture_sensor.py", line 378, in init self.paj7620WriteReg(self.initRegisterArray[i][0], self.initRegisterArray[i][1]) File "grove_gesture_sensor.py", line 386, in paj7620WriteReg bus.write_word_data(self.PAJ7620_ID, addr, cmd) IOError: [Errno 121] Remote I/O error
and my I2C is working very well
The text was updated successfully, but these errors were encountered: