mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-07-14 13:25:11 +02:00
rework on autotools handling of
private headers
This commit is contained in:
9
include/rtlsdr_i2c.h
Normal file
9
include/rtlsdr_i2c.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef __I2C_H
|
||||
#define __I2C_H
|
||||
|
||||
typedef int rtlsdr_dev_t;
|
||||
|
||||
int rtlsdr_i2c_write(rtlsdr_dev_t *dev, uint8_t i2c_addr, uint8_t *buffer, int len);
|
||||
int rtlsdr_i2c_read(rtlsdr_dev_t *dev, uint8_t i2c_addr, uint8_t *buffer, int len);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user