I2C Java Example 1
Simple I2C Circuit using Leds
and the MSCP23017
Test Simple Circuit
There are two simple Java tests for the Simple I2C Circuit -
i2c_tests.I2CMCP23017Test1 and i2c_tests.I2CMCP23017Test2
On a Windows Machine, open a Comand Prompt Window and
CD into the I2C-Windows folder
On a Raspberry Pi, CD into the I2C-Raspberry folder.
Now enter -
.\Java-32.bat i2c_tests.I2CMCP23017Test1
Or
.\Java-32.bat i2c_tests.I2CMCP23017Test2
|