index
:
tfyy51
master
Ingenjörsprojekt Y
git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kod
/
bilbana
/
yc4
/
display
/
get_bytes.m
blob: 87ef875ac3619c405328d1f09d8ada00312fa372 (
plain
) (
blame
)
1
2
3
function bytes = get_bytes(num) bytes = [mod(num, 256), fix(num / 256)]; end