Hey,

I want to print only the last byte if an unsigned int variable. It's Big-Endian, so only the last byte will have the value if it's under 255. What's the clever way to do it?