Arduino Functional pointers in C Sankar Cheppali | January 7, 2017 C supports pointers to functions. Functions are not variables but you can define a pointer to a function. The function name refers to the address of the function Read More