esp32_ethernet_milight_hub/lib/Radio/RadioUtils.h

8 lines
113 B
C

#pragma once
#include <stdint.h>
/**
* Reverse the bits of a given byte
*/
uint8_t reverseBits(uint8_t byte);