Hi,
I don’t understand how to set the Contacts Min Force using the Arduino. Currently I have
senselWriteReg(SENSEL_REG_CONTACTS_MIN_FORCE, 2, ???) and I’ve tried different values for the last parameter which is a byte data type, but I’ve had no luck in setting the min force that I want. I know for the regular API you have to multiple the force by 8 when using the setContactsMinForce function so I didn’t know if there was a multiplier needed for the Arduino as well?