Package comm
Class I2C

Public Method open

void open(int freq, int address)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
addr 0 ... 127 iLCD controllerJoC address
freq 0 ... 400000 I2C bus frequency in Hz

Opens the I2C interface. This method can be used to set the frequency and the address of the iLCD-controllerJoC board.

Notes