mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-07-14 13:25:11 +02:00
add rtl_biast, add biast EEPROM hack
This commit is contained in:
@ -389,6 +389,16 @@ RTLSDR_API int rtlsdr_cancel_async(rtlsdr_dev_t *dev);
|
||||
*/
|
||||
RTLSDR_API int rtlsdr_set_bias_tee(rtlsdr_dev_t *dev, int on);
|
||||
|
||||
/*!
|
||||
* Enable or disable any GPIO.
|
||||
* \param dev the device handle given by rtlsdr_open()
|
||||
* \param gpio_pin GPIO pin number for ON
|
||||
* \param on 1 for GPIO on. 0 for GPIO off.
|
||||
*/
|
||||
RTLSDR_API int rtlsdr_set_gpio(rtlsdr_dev_t *dev, int gpio_pin, int on);
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user