summaryrefslogtreecommitdiffstats
path: root/htdocs/UNICENS.html
diff options
context:
space:
mode:
authortjahnk <tjahnk@users.noreply.github.com>2017-08-02 09:13:50 +0200
committerGitHub <noreply@github.com>2017-08-02 09:13:50 +0200
commitc69b4176bc56eef84a78e9160ba7516b8c7cc9d7 (patch)
treefe3adbef443fe6d75cae41955d11933aafb63d17 /htdocs/UNICENS.html
parenta3f6197178cd216799e2fd795f294ef8ac23fb8f (diff)
parent6728ba8c4aec286f57cf3b0ce01b966dae544bbc (diff)
Merge pull request #17 from tjahnk/i2cwrite_cleanup
cleanup of API i2cwrite
Diffstat (limited to 'htdocs/UNICENS.html')
-rw-r--r--htdocs/UNICENS.html6
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>