Functions with variable lenght arguments in Arduino
I was reading about variable length arguments for functions in the C programming language and I thought, “hey, will this thing work on an Arduino?”.. well, it turns out that yes, it’s working great! But, what are functions with a variable length? Well, the standard C printf function is a good example (not available on Arduino of …
Functions with variable lenght arguments in Arduino Read More »