index
:
Scilab2C/.git
master
Scilab 2 C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2.3-1
/
macros
/
Scilab-Arduino
/
cmd_i2c_read_register.sci
blob: f5394a661be58d48c236132eaefe8d863abcad8b (
plain
)
1
2
3
function x = cmd_i2c_read_register(address,reg_adrs) x = 0; endfunction