libtropic
C library for TROPIC01 chip
|
lt_ret_t lt_write_whole_I_config | ( | lt_handle_t * | h, |
const struct lt_config_t * | config | ||
) |
Only the zero bits in config
are written.
h | Device's handle |
config | Array into which objects are read |
LT_OK | Function executed successfully |
other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |