Bridge 1.1 API - I2C Commands
Set Bus Voltage
{ "transaction_id": "1", "command": "i2c_spi_uart_set_bus_voltage", "params": { "busVoltageInV": "<Float>" } }{ "transaction_id": "1", "status": "success", "type": "command_response", "is_promise": true, "data": { "command": "i2c_spi_uart_set_bus_voltage" } }{ "transaction_id": "1", "status": "success", "type": "command_response", "is_promise": false, "data": { "is_response_to": "i2c_spi_uart_set_bus_voltage", "status": "success" } }
I2C Set Parameters
I2C Read
I2C Write
I2C Read Using Subaddress
I2C Write Using Subaddress
Last updated