smbus-cffi
smbus-cffi copied to clipboard
Slower than the python-smbus on Raspberry Pi
I tried this smbus package on my RPi with MCP23017, which has a photodiode module connected. Read the output from the photodiode(High/Low) continuously. The read performance is about 350Hz (calculated in my code). Change to the python-smbus, the read performance is about 560Hz.