flm01/mote/v2/avr/encode.h

3 lines
57 B
C

uint8_t htob(uint16_t hex);
uint16_t btoh(uint8_t byte);