diff options
author | tjahnk <tjahnk@users.noreply.github.com> | 2017-08-02 09:13:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 09:13:50 +0200 |
commit | c69b4176bc56eef84a78e9160ba7516b8c7cc9d7 (patch) | |
tree | fe3adbef443fe6d75cae41955d11933aafb63d17 /htdocs | |
parent | a3f6197178cd216799e2fd795f294ef8ac23fb8f (diff) | |
parent | 6728ba8c4aec286f57cf3b0ce01b966dae544bbc (diff) |
Merge pull request #17 from tjahnk/i2cwrite_cleanup
cleanup of API i2cwrite
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/UNICENS.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/UNICENS.html b/htdocs/UNICENS.html index 1a21b41..176e11d 100644 --- a/htdocs/UNICENS.html +++ b/htdocs/UNICENS.html @@ -32,9 +32,9 @@ </ol> <br> <ol> - <li><button onclick="callbinder('UNICENS','write_i2c', {node_address: 0x270, i2c_data:[0x07,0x03,0xFF]})">Write I2C to 0x270 (mute)</button></li> - <li><button onclick="callbinder('UNICENS','write_i2c', {node_address: 0x271, i2c_data:[0x07,0x03,0xFF]})">Write I2C to 0x271 (mute)</button></li> - <li><button onclick="callbinder('UNICENS','write_i2c', {node_address: 0x272, i2c_data:[0x07,0x03,0xFF]})">Write I2C to 0x272 (mute)</button></li> + <li><button onclick="callbinder('UNICENS','writei2c', {node: 0x270, data:[0x07,0x03,0xFF]})">WriteI2c to 0x270 (mute)</button></li> + <li><button onclick="callbinder('UNICENS','writei2c', {node: 0x271, data:[0x07,0x03,0xFF]})">WriteI2c to 0x271 (mute)</button></li> + <li><button onclick="callbinder('UNICENS','writei2c', {node: 0x272, data:[0x07,0x03,0xFF]})">WriteI2c to 0x272 (mute)</button></li> </ol> <br> <br> |