Hi
Just trying to run SparkFun Mini Human Presence and Motion Sensor - STHS34PF80 (Qwiic)
applied arduino sketch on arduino uno got error :Example1_BasicReadings:64:21: error: invalid operands of types ‘void’ and ‘int’ to binary ‘operator==’
if(Wire.begin() == 0)
exit status 1
invalid operands of types 'void' and 'int' to binary 'operator=='
What is going on ?