23 #ifndef INCLUDED_I2C_BBIO_PP_H
24 #define INCLUDED_I2C_BBIO_PP_H
43 virtual void set_scl (
bool state);
44 virtual void set_sda (
bool state);
concrete class that bit bangs eval board i2c bus using parallel port
Definition: i2c_bbio_pp.h:37
#define GR_CORE_API
Definition: gr_core_api.h:30
GR_CORE_API i2c_bbio_sptr make_i2c_bbio_pp(ppio_sptr pp)
virtual void set_scl(bool state)=0
virtual void set_sda(bool state)=0
abstract class that implements bit banging i/o for i2c bus.
Definition: i2c_bbio.h:37