Added a missing function to the header file.

This commit is contained in:
Jef Driesen 2007-12-29 19:06:23 +00:00
parent a63a1e4576
commit bc229099af

View File

@ -16,6 +16,8 @@ int suunto_vyper2_close (vyper2 *device);
int suunto_vyper2_read_version (vyper2 *device, unsigned char data[], unsigned int size);
int suunto_vyper2_reset_maxdepth (vyper2 *device);
int suunto_vyper2_read_memory (vyper2 *device, unsigned int address, unsigned char data[], unsigned int size);
int suunto_vyper2_write_memory (vyper2 *device, unsigned int address, const unsigned char data[], unsigned int size);