Revision f914499f gnuradio-core/src/lib/io/i2c_bbio.h
| b/gnuradio-core/src/lib/io/i2c_bbio.h | ||
|---|---|---|
| 23 | 23 |
#ifndef INCLUDED_I2C_BBIO_H |
| 24 | 24 |
#define INCLUDED_I2C_BBIO_H |
| 25 | 25 |
|
| 26 |
#include <gr_core_api.h> |
|
| 26 | 27 |
#include <boost/shared_ptr.hpp> |
| 27 | 28 |
|
| 28 | 29 |
class i2c_bbio; |
| ... | ... | |
| 33 | 34 |
* \brief abstract class that implements bit banging i/o for i2c bus. |
| 34 | 35 |
* \ingroup base |
| 35 | 36 |
*/ |
| 36 |
class i2c_bbio {
|
|
| 37 |
class GR_CORE_API i2c_bbio {
|
|
| 37 | 38 |
public: |
| 38 | 39 |
|
| 39 | 40 |
i2c_bbio () {}
|
Also available in: Unified diff