converter hexágado em arduino decimal
long decimal_answer = strtol("0005607947", NULL, 16);
Disturbed Dingo
long decimal_answer = strtol("0005607947", NULL, 16);
#include <stdlib.h>
long strtol (const char *__nptr, char **__endptr, int __base)