Go to the documentation of this file.
23 #ifndef INCLUDED_I2C_BBIO_H
24 #define INCLUDED_I2C_BBIO_H
27 #include <boost/shared_ptr.hpp>
43 virtual void set_scl (
bool state) = 0;
44 virtual void set_sda (
bool state) = 0;
45 virtual bool get_sda () = 0;
47 virtual void lock () = 0;
48 virtual void unlock () = 0;