| lt_ret_t lt_i_config_write | ( | lt_handle_t * | h, |
| const enum lt_config_obj_addr_t | addr, | ||
| const uint8_t | bit_index | ||
| ) |
| h | Handle for communication with TROPIC01 |
| addr | Address of a config object |
| bit_index | Index of bit to write from 1 to 0 |
| LT_OK | Function executed successfully |
| other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |