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: 9482008eba57025102edabeccfeb7eee1ccc7f1f (
plain
) (
blame
)
1
2
3
function bytes = get_bytes(num) bytes = [mod(num, 256), fix(num / 256)]; end