Added a missing function to the header file.
This commit is contained in:
parent
a63a1e4576
commit
bc229099af
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user