i2cTcl - i2c bus interface for Tcl (TK) Home
Brought to you by:
cyrilbarbato
I2cTcl for Tcl/Tk on LINUX.
I2cTcl allows to control I2C bus in linux tcl/tk application.
Example tcl/tk script code, using I2cTcl :
#!/usr/bin/wish -f
package require I2cTcl
Install I2ccl package :
# tar -xvzf i2ctclXXXXXX.tar.gz
# cd i2ctcl/generic
# make
Bugs, please report bugs on :
cyril.barbato@gmail.com
See also :
I2c electronic project and C programming.