Commit 8d642f83 authored by Projects's avatar Projects

Add oattnusb_list_devices() to the library header

parent c5c55293
......@@ -131,6 +131,13 @@ int oattnusb_set_relay(int fd, int channel, enum oattnusb_value_enum val);
*/
int oattnusb_get_nchannels(int fd);
/**
* @brief Displays available devices
*
* @return 0 on success.
*/
int oattnusb_list_devices(void);
/* liboattnusb version string */
extern const char * const liboattnusb_version_s;
#ifdef __cplusplus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment