#pragma once #include /** * Reverse the bits of a given byte */ uint8_t reverseBits(uint8_t byte);