airspy / airspyhf

Code repository for AirspyHF+
BSD 3-Clause "New" or "Revised" License
147 stars 40 forks source link

airspyhf_set_user_output purpose #6

Closed amontefusco closed 6 years ago

amontefusco commented 6 years ago

Not really an issue, just a help request. What is the function

int ADDCALL airspyhf_set_user_output(airspyhf_device_t* device, airspyhf_user_output_t pin, airspyhf_user_output_state_t value)

meant to do ? Do I should expect an airspyhf_get_user_output in the near future ? Asking just to know if it is worth to implement into the Extio dll.

touil commented 6 years ago

This function sets the state of the GPIO pins. In fact, these pins can only be outputs for the moment.