On my device when testing with multiple pins, I found that only one of them was responding.
After researching, I found the python library was concatenating the events instead of performing addition.
This change uses bitwise addition to ensure that it does not stringify the data.
On my device when testing with multiple pins, I found that only one of them was responding. After researching, I found the python library was concatenating the events instead of performing addition.
This change uses bitwise addition to ensure that it does not stringify the data.