esp32_ethernet_milight_hub/lib/Radio/RadioUtils.h

8 lines
113 B
C
Raw Normal View History

2021-01-15 22:49:01 +01:00
#pragma once
#include <stdint.h>
/**
* Reverse the bits of a given byte
*/
uint8_t reverseBits(uint8_t byte);