Eg. `byte[1] = temp and 0xff; byte[2] = (temp shr ...
# announcements
k
Eg.
byte[1] = temp and 0xff; byte[2] = (temp shr 8) and 0xff; ...