#include "config.h" #ifdef DEBUG void reverse(char* s); char* uitoa(uint32_t n, uint8_t zeropad_len); char* itoa(int32_t n, uint8_t zeropad_len); void printTextSmall(const char *text, uint8_t xpos, uint8_t ypos); #endif