Liking cljdoc? Tell your friends :D

dvlopt.linux.i2c

The Linux kernel provides a standard interface for performing I2C operations.

This library exposes this interface in a clojure idiomatic way.

Each IO operation might throw is something fails.

The Linux kernel provides a standard interface for performing I2C operations.

This library exposes this interface in a clojure idiomatic way.

Each IO operation might throw is something fails.
raw docstring

dvlopt.linux.i2c.smbus

The SMBus protocol is more or less a subset of I2C. Quite often, SMBus operations can be carried out on an I2C bus. In consequence, the Linux kernel provides SMBus operation defined in the standard.

Those operations performs common interactions. Single byte can be exchanged, as well as words (2 bytes) and blocks (at most 32 bytes at a time). The term "command" refers to what is also called a "register".

The SMBus protocol is more or less a subset of I2C. Quite often, SMBus operations can be carried
out on an I2C bus. In consequence, the Linux kernel provides SMBus operation defined in the standard.

Those operations performs common interactions. Single byte can be exchanged, as well as words (2 bytes)
and blocks (at most 32 bytes at a time). The term "command" refers to what is also called a "register".
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close