flm01/mote/v2/avr/encode.h
2010-12-26 19:03:22 +01:00

2 lines
57 B
C

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