summaryrefslogtreecommitdiffstats
path: root/libk8055/k8055.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk8055/k8055.h')
-rw-r--r--libk8055/k8055.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libk8055/k8055.h b/libk8055/k8055.h
index d1d4f9e..1142114 100644
--- a/libk8055/k8055.h
+++ b/libk8055/k8055.h
@@ -33,8 +33,10 @@ extern "C" {
};
char* version( void );
+ void set_debug_on( void );
+ void set_debug_off( void );
long search_devices( void );
- int open_device( struct k8055_dev* dev, long board_address );
+ int open_device( struct k8055_dev* dev, int board_address );
int close_device( struct k8055_dev* dev );
long read_analog_channel( struct k8055_dev* dev, long channel );
int read_all_analog( struct k8055_dev* dev, long* data1, long* data2 );