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
/
i2c_read_register.sci
blob: 51a88eeb8c89d7760794c5ca6110a3ad49ee9f68 (
plain
)
1
2
3
function x = i2c_read_register(address,reg_adrs) x = 0; endfunction