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