I2C_device_Arduino 0.2
An I²C utility class for Arduino
|
An I²C utility class for Arduino
An Arduino library for I²C device operations.
This is an abstraction class which can be used for all I²C devices to manage its access in register access level.
On addition to the device abstraction, it provides method ping()
and scan()
as class methods.
See test_LM75B.cpp
and test_LM75B.h
as a sample for how the sub-class can be derived to make actual device supporting class.
An example code is available using test_LM75B class which is included in this library distribution.
It performs
I2C_device::scan()
)