Sending Member Functions as Callbacks to Global Functions
So I was writing a library for the I2C MCP23017 IO expander to use on the Arduino platform. Everything went fine until I stumbled onto a problem. The way I have written the library is by using C++ class that…