Instead of using Python on my Raspi I want to try B4J as a host for my Android.
Python has loads of libraries/modules for I2C. In my case I use the python module for a MCP23017 which is a I2C port extender. I connect the MCP to the SCl and SDA of my Raspi, install the python modules and voila....16 extra input/output ports at my disposal.
I did look in the forum and googled but did not find anything...but can I use I2C (MCP23017) with B4J ie. is there a library for I2C ? or am I bound to Python on my Raspi ?
thanks,
Python has loads of libraries/modules for I2C. In my case I use the python module for a MCP23017 which is a I2C port extender. I connect the MCP to the SCl and SDA of my Raspi, install the python modules and voila....16 extra input/output ports at my disposal.
I did look in the forum and googled but did not find anything...but can I use I2C (MCP23017) with B4J ie. is there a library for I2C ? or am I bound to Python on my Raspi ?
thanks,