/* * src/helpers.h * (c) 2022 Jonas Gunz * License: All rights reserved. */ #ifndef _HELPERS_H_ #define _HELPERS_H_ #include uint8_t hex_to_byte(char c[]); uint8_t hex_to_halfbyte(char c); #endif /* _HELPERS_H_ */